Skip to content

damyrismailov/snake-game-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game (Python, turtle)

Goal: Classic Snake with scoring and growth.
Stack: Python 3.x, turtle (standard library)

Features

  • Grid movement and food spawn
  • Self/wall collision + game over
  • Scoreboard with high score (saved to file)

Controls

  • ⬆️⬇️⬅️➡️ to move

How to run

python main.py

What I learned
State & collision logic
Simple OOP (Snake/Food/Scoreboard classes)
Clean functions and debugging step by step

About

Classic Snake with scoring & collisions (Python/turtle).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages