Module controls

Source
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
input
speed
Speed Enum with Static Configuration