Skip to content

iainemslie/PySnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PySnake

Old school Snake game made with PyGame

Adapted to Python from C++ from this video

PySnake

Setup

$ python -m venv gameenv
$ source gameenv/Scripts/activate
$ pip install -r requirements.txt
$ cd src
$ python main.py

About

Old school Snake game made with PyGame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages