No description
assets/graphics | ||
game.py | ||
README.md | ||
readme.txt | ||
requirements.txt | ||
shell.nix |
DescenD
Abandon all hope, ye who enter here
This was the first game I ever wrote in the middle of highschool (circa 2019). This is the worst code I've ever written.
If you ask me:
- What something is
- What it does
- Why I wrote it like that
I will not be able to answer.
Usage??
In the off-chance you actually want to play this:
- Install Python.
- Install pygame:
pip install pygame
- Run it:
python3 ./game.py
Nix/NixOS users (like myself) have a shell.nix
. Just run nix-shell && ./game.py
.
Known triumphs
- The most advanced data structure in this is arrays
- This has an extremely basic """particle""" system
Known issues
- Killing multiple enemies within the same game tick can crash the game
- Performance degrades after level 20