A classic Snake game built in Python using the Turtle graphics library. Eat food, grow your snake, and avoid collisions with the walls and your own tail. Simple, addictive, and fun for all ages!
- Use W, A, S, D or arrow keys to move the snake (up, left, down, right).
- Eat yellow circles to score points and grow your snake.
- Avoid hitting the borders and your own tail, or the game resets.
- Your current and high scores are updated as you play!
- git clone https://github.com/rivu-intel45/PixelPythonSnake.git cd snake-game-turtle
- Make sure Python 3.x is installed.
- Run the game:
- Python 3.x (recommended)
- Built-in Turtle module (no extra install needed)
snake_game.py— The main Python script for the Snake game.
Pull requests and suggestions are welcome! Open an issue first to discuss changes.
Enjoy playing and coding! 🐍