Expand description
§Game Control Modules
This module organizes various components of the game logic, including:
direction: manages movement directions.input: get keyboard input.speed: defines game logic speed.
These modules collectively contribute to the control part of the game logic.
Modules§
- direction
- Direction Enum
- main_
menu - playing_
input - speed
- Speed Enum with Static Configuration