snake

Snake (Python + Tkinter)

A modern take on the classic Snake arcade game, built with Python and Tkinter. It includes dynamic themes (Classic, Ocean, Sunset, Retro), animated title reveal, score + session high score, and a reset flow from a Game Over screen.


Features


Controls

Note: WASD and pause aren’t implemented in the current code.


Requirements


Run Locally

# 1) Clone
git clone https://github.com/your-username/snake-tkinter.git
cd snake-tkinter

# 2) Run
python snake.py
# or: python3 snake.py

How It Works (quick tour)


Customize


Roadmap / Ideas


Author

Made by Conor Gregson


License

This project is open-source and available under the MIT License. See the LICENSE file for details.


Credits

Built with Python’s standard Tkinter GUI toolkit. Inspired by the classic Snake arcade game.