Flight Game
  • game.config
    • config.py
  • game.utils
    • game.utils.colors
      • utils/colors.py
      • _c()
      • bold()
      • dim()
      • err()
      • info()
      • ok()
      • warn()
    • game.utils.math_helpers
      • utils/math_helpers.py
      • clamp()
      • normalize()
      • scale_to_index()
  • game.db
    • game.db.airport_repo
      • db/airport_repo.py
      • AirportRepository
      • _row_to_airport()
    • game.db.config
      • db/config.py
      • get_connection()
  • game.core
    • game.core.commands
      • game.core.commands.command
      • game.core.commands.result
    • game.core.entities
      • game.core.entities.airport
      • game.core.entities.quest
    • game.core.events
      • game.core.events.game_event
    • game.core.game
      • core/game.py
      • Game
    • game.core.input
      • game.core.input.input_handler
    • game.core.planning
      • game.core.planning.player_rule_route
    • game.core.state
      • game.core.state.game_state
  • game.cli
    • game.cli.main
      • cli/main.py
      • _clear_console()
      • _colorize_line()
      • _main_menu()
      • main()
    • game.cli.renderer
      • cli/renderer.py
      • Renderer
Flight Game
  • Search


© Copyright 2025, Lauri, Artur, Miki.

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