Sanky is a terminal based classic snake game created with Python.
The script uses curses and random modules which are available in the Python standard library. Therefore there are no special requirements at this point.
- On Linux/MacOS, simply clone this repository and
cd
into thesnaky
directory. - Run
chmod +x sanky.py
to make the script executable. - Run
./snaky.py
and play the game.
- This has not yet been tested on Windows. Instructions will be posted after testing on Windows.