Description
A 2D Snake Game with single-player and multiplayer modes, using the Singleton pattern to manage game state, input, and logic efficiently. Graphics are placeholders (simple shapes), with grid-based movement, food collection, and collision handling.