Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Snake Game

Description

Classic snake game with score tracking and high score persistence.

Features

  • Arrow key controls
  • Score tracking
  • High score persistence
  • Collision detection
  • Growing snake
  • Random food placement

Stack

  • Language: Pure Python
  • Libraries: turtle, time, random (standard library)
  • Complexity: Intermediate

Installation & Usage

python main.py

Controls

  • Up Arrow: Move up
  • Down Arrow: Move down
  • Left Arrow: Move left
  • Right Arrow: Move right

License

Open source for educational purposes.