No description
Find a file
2025-08-26 00:02:41 -04:00
assets/graphics agony 2025-08-26 00:02:41 -04:00
game.py agony 2025-08-26 00:02:41 -04:00
README.md agony 2025-08-26 00:02:41 -04:00
readme.txt agony 2025-08-26 00:02:41 -04:00
requirements.txt agony 2025-08-26 00:02:41 -04:00
shell.nix agony 2025-08-26 00:02:41 -04:00

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:

  1. What something is
  2. What it does
  3. Why I wrote it like that

I will not be able to answer.

Usage??

In the off-chance you actually want to play this:

  1. Install Python.
  2. Install pygame: pip install pygame
  3. Run it: python3 ./game.py

Nix/NixOS users (like myself) have a shell.nix. Just run nix-shell && ./game.py.

Known triumphs

  1. The most advanced data structure in this is arrays
  2. This has an extremely basic """particle""" system

Known issues

  1. Killing multiple enemies within the same game tick can crash the game
  2. Performance degrades after level 20