An open API service indexing awesome lists of open source software.

https://github.com/loosedwhale/snek

Python Snake game called SNEK. For further information read README.md.
https://github.com/loosedwhale/snek

game oop python python3 snake snake-game

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.