Battleships

Contents:

  • Wstęp
  • app package
Battleships
  • Welcome to Battleships’s documentation!
  • View page source

Welcome to Battleships’s documentation!

Contents:

  • Wstęp
    • Dokumentacja
    • Wymagania
    • Automatyczne budowanie dokumentacji
    • Testy
    • Działanie
      • Włączenie gry
      • Ekran główny
      • Przygotowanie planszy
      • Walka z komputerem
        • Krótki opis algorytmu
      • Walka z innym graczem
      • Zakończenie walki
      • Ustawienia
    • UI
      • Modyfikacja CLI
    • Uwagi
  • app package
    • Submodules
      • app.boards module
        • DoubleDestructionError
        • CellAlreadyOccupiedError
        • ShipDoesNotExistError
        • UnlocatedShipRemovalError
        • Cell
        • Board
        • PlayerBoard
      • app.cli_config module
      • app.config module
        • Config
      • app.game module
        • Game
      • app.players module
        • EnemyUnsetError
        • Player
        • AIPlayer
      • app.ships module
        • LocationOutsideOfRangeError
        • IncorrectOrientationError
        • UnlocatedShipHitError
        • HitOutsideOfRangeError
        • HitDestroyedSquareError
        • Ship
        • Carrier
        • Battleship
        • Destroyer
        • Submarine
        • PatrolBoat
        • get_default_ship_set()
      • app.ui module
        • ActionAborted
        • Styles
        • CLI
      • app.utils module
        • uuid_generator()
        • get_uuid()
        • AttackResult
    • Module contents

Indices and tables

  • Index

  • Module Index

  • Search Page

Next

© Copyright 2023, Adam Szokalski.

Built with Sphinx using a theme provided by Read the Docs.