An 8-bit Adventure RPG with D&D Monsters!
- 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.
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 install
make assets
make