Skip to content

A Snake game implementation using python curses library.

Notifications You must be signed in to change notification settings

sznowak13/super_snek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super Snek v 1.2

A Snake game implementation using python curses library.

Running the game

You must have Python installed on your machine (version 3.5+). You can get Python here:

https://www.python.org/downloads/

If you are using Windows install windows-curses library. Run:

user@laptop: ~$  pip install windows-curses

After installation, git clone the repository into some directory, or just download the zip file and run: Remeber to run the game with maximized terminal window for safety.

user@laptop: ~$ cd path/to/super_snek
user@laptop: ~/path/to/super_snek$ python main.py

All should be fine, enjoy the game!

About

A Snake game implementation using python curses library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages