Module game_logic

Source
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
playing_logic
playing_thread_manager
state
Game State Management