Skip to content

jaikrishna-j/snake-eater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Eater

This is my simple Snake game built with Python's turtle module.

🎮 How I Designed the Game

  • I use the arrow keys to control the snake (up, down, left, right).
  • When the snake eats the yellow food, it grows and the score increases.
  • The speed slowly increases as the score goes up.
  • If the snake hits the red border or its own body, the game ends.
  • After I die, I can click the PLAY button to start a new run.

🧠 Main Features

  • Start screen with the title and a clear PLAY button.
  • Live score and high-score display at the top.
  • Simple grid background and border to define the play area.
  • Built only with the turtle module, no extra libraries needed.

📸 Screenshots

1. Start Screen

Start Screen

2. Gameplay

Gameplay

3. Game Over Screen

Game Over Screen

🚀 How to Run

# Run the game
python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages