Skip to content
  • Alexis Rossfelder's avatar
    feat: Implement game configuration loader and engine · 01bcf154
    Alexis Rossfelder authored
    - Added GameConfig class to manage game configuration from a JSON file.
    - Implemented GameEngine class to handle gameplay and item interactions.
    - Created base GameItem class and specific item types: Folder, Clue, and Question.
    - Developed RetroFuturisticUI for user interface using the Rich library.
    - Added example game JSON configuration for testing.
    - Included launcher script to run the game.
    01bcf154