LabyrinthOfTheDragon
An 8-bit RPG/Roguelike with D&D Monsters!
Install / Use
/learn @NesHacker/LabyrinthOfTheDragonREADME
Labyrinth of the Dragon (GBC)
An 8-bit Adventure RPG with D&D Monsters!
How to Build the ROM
Depedencies
- GBDK-2020 - The Game Boy Development kit. Includes the libraries and binaries for C development on the Game Boy.
- GNU Make - Build system tool (installation should only be required on Windows).
- NodeJS - Used to run custom tools I made in the course of developing the game.
Use Make to Build the ROM
Update the MakeFile or define a shell variable named GBDK_HOME pointing to
the directory where you installed GBDK.
To build the ROM run the following commands:
npm installmake assetsmake
