Skip to content

AmerenICenter/snake2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Pages

snake2

Installing

Option 1

Install via pip

pip install icenter_snake2

Option 2

Clone the GitHub repository

git clone https://github.com/AmerenICenter/snake2.git

Usage

Option 1

Run the main script from terminal

python snake_main.py

Option 2

Run as a module from terminal

python -m snake2

Note: this calls src/__main__.py

Option 3

Import the package within a python script

import snake2
snake2.run()

Authors

About

Python interpretation of the classic video game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages