Expand description
§Game logic Modules
This module organizes various components of the game logic, including:
playing_logic: handles high level game logic during gameplay.playing_thread_manager: manages the main game thread and timing.state: maintains the game’s state, including score and status.fruits_manager: handles fruit-related logic and management.game_options: provides configuration options for the game with CLI integration.
These modules collectively contribute to the core mechanics of the game logic.
Modules§
- fruits_
manager - Fruits Manager
- game_
options - high_
score - playing_
logic - playing_
thread_ manager - state
- Game State Management