Module sprites

Source
Expand description

This module contains the core components of the game logic, it includes the following sub-modules:

  • fruit: Represents the fruit element, including its position, score, and image.
  • map: Manages the game logic map, layout, and boundaries.
  • snake_body: Tracks and manages the snake’s body and its movement.

Modules§

fruit
Fruit Management Module
map
snake_body