This project is a recreation of the classic Snake game, developed in Python using the turtle module. The game is designed for solo play and focuses on reflexes, spatial awareness, and strategy in a fun and engaging way.
🎮 Gameplay Overview:
You control a snake that moves continuously across the screen. Your goal is to eat the food that appears randomly on the board. Each time the snake eats, it grows in length and the game becomes more challenging. If the snake collides with the wall or its own body, the game ends.
🕹️ Controls:
- Use the arrow keys to control the direction of the snake.
🏁 Winning Condition:
There is no specific end goal — the challenge is to survive as long as possible and achieve the highest score by eating as many pieces of food as you can.
💡 What I learned:
This project helped me strengthen my understanding of game loops, event-driven programming, collision detection, and working with coordinates and lists in Python. It also gave me the opportunity to experiment with improving user experience by adding visual feedback and score tracking.
📂 Technologies used:
- Python
- Turtle graphics module
A simple game with endless challenge — Snake never gets old.
View the code on GitHub (insert your repo link here)
Deja un comentario