Skip to content

Python Snake game called SNEK. For further information read README.md.

License

Notifications You must be signed in to change notification settings

LoosedWhale/SNEK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SNEK

Describtion

This is a snake game that I call SNEK.
SNEK was created as a fun side project which ended up getting me into OOP.

ClassSnek.py is the latest version.
There will be menus added to that version.
That includes rewriting the program, so that is uses OOP in a better way.

Made with python and pygame
python python

How to install & use

python -m pygame venv venv
venv\Scripts\Activate.ps1
pip install pygame
python .\ClassSnek.py

Alternativly if you have pygame installed
Simply run it as normal

Note

The code will be updated for grapics and menus soon~ish.
When the game is done it will be easier to run and it will include major upgrades from its current form.

About

Python Snake game called SNEK. For further information read README.md.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages