
Snake Game (Python)
January 26, 2023

Carlos Colina
Personal Projects
SNAKE GAME
Characteristics:
- Designed the classical Snake Game using object-oriented programming in Python
- Allowed users to mobilize the snake using keyboard inputs
- Introduced collision detection system between snake and food in the arena
- Recorded food collection in a scoreboard to update the highest score achieved