game.core

Core game logic: entities, state, events, commands, input, and planning.

Modules

commands

Command implementations and registration for the Flight Game CLI.

entities

Definitions of game entities like airports and quests.

events

Event handling system for the Flight Game.

game

core/game.py Core game logic for the flight game.

input

Input handling system for the Flight Game CLI.

planning

Flight planning and route computation logic.

state

Game state management modules.