Skip to content
/ snaky Public

Terminal based classic snake game created with Python

Notifications You must be signed in to change notification settings

s4m13337/snaky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.

About

Terminal based classic snake game created with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages