Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 571 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 571 Bytes

Snaky

Sanky is a terminal based classic snake game created with Python.

Prerequisites

The script uses curses and random modules which are available in the Python standard library. Therefore there are no special requirements at this point.

Instructions

Linux/MacOS

  • On Linux/MacOS, simply clone this repository and cd into the snaky directory.
  • Run chmod +x sanky.py to make the script executable.
  • Run ./snaky.py and play the game.

Windows

  • This has not yet been tested on Windows. Instructions will be posted after testing on Windows.