Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 506 Bytes

File metadata and controls

5 lines (5 loc) · 506 Bytes

Implemented the game mechanics such as snake movement, food generation, and collision detection The snake grows upon eating food, and the speed increases, making the game progressively more challenging Designed user input handling for direction control, and integrated logic to detect collisions with walls or the snake’s body Utilized Windows-specific libraries for console display and interaction Built with object-oriented programming principles and tested for performance on different configurations