Flight Game documentation

Game Package

game.config

config.py Loads environment variables and exposes project-level configuration.

game.utils

Utility functions and helpers for the Flight Game.

game.db

Database access and repository modules for the Flight Game.

game.core

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

game.cli

CLI interface for running the Flight Game.