Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 1.76 KB

README.md

File metadata and controls

61 lines (37 loc) · 1.76 KB

FEAST of-the-SERPENT

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.


How to Play

1. Prerequisites

  • Python 3.x installed on your system.
  • Turtle graphics library (comes with the Python standard library, no additional installation needed).

2. Clone the Repository

git clone https://github.com/your-username/FEAST-of-the-SERPENT.git
cd FEAST-of-the-SERPENT

3. Run the Game

python snake_game.py

4. Game Controls

  • 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.

5. Scoring

  • Your score increases by one for each food item eaten.
  • Try to beat your high score.

6. Game Over

  • Collision with walls or self ends the game.
  • Press Spacebar to restart the game after a game over.

Game Features

  • 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.

Acknowledgments

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!