This is my game for the 2026 Dungeon Crawler Game Jam. It uses a first version of a Dungeon Crawler game engine I extracted from another game.
Find a file
2026-04-04 15:32:42 -04:00
assets The level number is now displayed on the next level screen. 2026-04-04 15:32:42 -04:00
scripts First cut of pulling out the relevant parts of my original game to make a little framework. 2026-03-22 10:37:45 -04:00
src The level number is now displayed on the next level screen. 2026-04-04 15:32:42 -04:00
tests Improved start screen and made the animation optional in scenes since they aren't needed always. 2026-04-02 12:15:51 -04:00
tools First cut of pulling out the relevant parts of my original game to make a little framework. 2026-03-22 10:37:45 -04:00
wraps Possible fix for meson 1.10 and/or Mac builds. 2026-03-31 13:19:13 -04:00
.gdbinit First cut of pulling out the relevant parts of my original game to make a little framework. 2026-03-22 10:37:45 -04:00
.gitignore First cut of pulling out the relevant parts of my original game to make a little framework. 2026-03-22 10:37:45 -04:00
.vimrc_proj First cut of pulling out the relevant parts of my original game to make a little framework. 2026-03-22 10:37:45 -04:00
Makefile Had to bring back the static options so that meson actually builds it as static. 2026-04-03 12:15:25 -04:00
meson.build Had to bring back the static options so that meson actually builds it as static. 2026-04-03 12:15:25 -04:00
README.md First cut of pulling out the relevant parts of my original game to make a little framework. 2026-03-22 10:37:45 -04:00

A Game Engine?! But That's Illegal!

I took some of the code from my dungeon crawler game and turned into a rough engine so I could enter the 2026 Dungeon Crawler game jam.