Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Python Snake Game

A desktop Snake game built with Python's standard-library tkinter GUI. No third-party dependencies are required.

Run the Game

python3 snake_game.py

Controls

  • Arrow keys or WASD: Change direction
  • Space: Pause or resume
  • R: Restart the game
  • Esc: Quit

The game gradually speeds up as your score increases and keeps track of the high score for the current session.

Run the Tests

python3 -m unittest -v

Requirements

  • Python 3.10+
  • Tkinter (usually included with Python)

About

A polished Snake game built with Python and Tkinter.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages