A simple Snake game implemented in Python using the Turtle module.
To play the game, run the Snake.py
script. Use the following keys to control the snake:
- 🚀 W: Move Up
- 🌊 S: Move Down
- ⬅️ A: Move Left
- ➡️ D: Move Right
Try to eat the food (the colored squares or circles) to grow your snake and earn points. Be careful not to run into the wall or collide with the snake's body.
- Python (3.0+)
- Turtle module (pre-installed with Python)
- Classic Snake game experience.
- Randomly generated food (squares or circles) with different colors for variety.
- Keep track of your current score and high score.
Special thanks to the Python programming community for inspiration and support!
- 📧 Email: [email protected]
- 🔗 LinkedIn: Vansh Kashyap
Feel free to contact me for collaborations and discussions. Enjoy the game! 🎮