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
cdinto thesnakydirectory. - Run
chmod +x sanky.pyto make the script executable. - Run
./snaky.pyand play the game.
- This has not yet been tested on Windows. Instructions will be posted after testing on Windows.