Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

cisco-iamit/snake-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game

This is an implementation of the world-famous Snake game in Python.

Please note: this repository was used as a demonstration at a programming class in 2018 and is no longer supported. Feel free to fork it.

Install the Requirements

Make sure you have Python 3 installed and run the following command in your terminal:

pip3 install -r requirements.txt --user

This will automatically install all dependencies for you before you run the application.

Run the Game

To run the game, navigate to this directory with the cd command and run the following command.

python3 main.py

Credits

This implementation is based on r00tler's code.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages