SkillAgentSearch skills...

LabyrinthOfTheDragon

An 8-bit RPG/Roguelike with D&D Monsters!

Install / Use

/learn @NesHacker/LabyrinthOfTheDragon
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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 install
  • make assets
  • make
View on GitHub
GitHub Stars702
CategoryDevelopment
Updated1d ago
Forks48

Languages

C

Security Score

95/100

Audited on Mar 30, 2026

No findings