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.
- Host: GitHub
- URL: https://github.com/loosedwhale/snek
- Owner: LoosedWhale
- License: mit
- Created: 2023-01-30T06:52:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T15:21:07.000Z (over 2 years ago)
- Last Synced: 2025-02-13T23:45:06.623Z (4 months ago)
- Topics: game, oop, python, python3, snake, snake-game
- Language: Python
- Homepage:
- Size: 11.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# SNEK
## DescribtionThis 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.## 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.