FEAST-of-the-SERPENT is a simple 2D Snake game implemented in Python using the Turtle graphics library. It delivers a classic Snake gameplay experience where the player controls a snake that must eat food to grow while avoiding collisions with walls and its own tail.
Note: This project is currently under active development. Some features may be incomplete or may contain bugs.
- Python 3.x installed on your system.
- Turtle graphics library (comes with the Python standard library, no additional installation needed).
git clone https://github.com/your-username/FEAST-of-the-SERPENT.git
cd FEAST-of-the-SERPENT
python snake_game.py
- Arrow Keys: Control the snake’s direction (Up, Down, Left, Right).
- Food: Appears as a red circle. Eat to grow the snake.
- Avoid: Hitting the walls or your own tail ends the game.
- Your score increases by one for each food item eaten.
- Try to beat your high score.
- Collision with walls or self ends the game.
- Press Spacebar to restart the game after a game over.
- Snake grows longer with each food item consumed.
- Game speed increases as the snake grows to enhance difficulty.
- Simple, responsive arrow key controls.
- Score display tracks your in-game progress.
This project was developed as a learning experience in Python programming and Turtle graphics. Appreciation goes out to the Python community for their invaluable resources and tutorials.
Feel free to contribute, raise issues, or fork this repository to build your own version. Happy coding and enjoy the game!