game.core
Core game logic: entities, state, events, commands, input, and planning.
Modules
Command implementations and registration for the Flight Game CLI. |
|
Definitions of game entities like airports and quests. |
|
Event handling system for the Flight Game. |
|
core/game.py Core game logic for the flight game. |
|
Input handling system for the Flight Game CLI. |
|
Flight planning and route computation logic. |
|
Game state management modules. |