A Snake clone written in python in only 100 lines of code. Check out the
additional features
branch for more features like Pause and New Game.
git clone https://github.com/jeremija/python-snake
cd python-snake
python3 -m snake.main
Tested on Arch Linux, Mac OS Sierra and Windows 10.
Download and install Python 3.
Read the requirements. If you are using homebrew, you can just run:
brew install tcl-tk
brew install python3 --with-tcl-tk
Without homebrew, download and install:
sudo pacman -S tk python3
sudo apt-get install python3 python3-tk
MIT