Dungeon Explorer
- dglusak
- Nov 1, 2023
- 1 min read
I've started into a basic dungeon crawl, similar in style to the 90s D&D games like Eye of the Beholder or Dungeon Hack. First priorities were to establish a data format for the levels and build a mapping system, both of which are currently working. I'm using mostly downloaded art for this one, but I may go back and rebuild some of it. I do use lighting and proper textures, at least at this point, but it's really not necessary for the scope of the project.
Next up is the character stats/skills and a basic enemy.
Here's the archive: https://github.com/dglusak/Dungeon-Explorer
Comments