Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

398 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

727 stars

Watchers

20 watching

Forks

Releases

Sponsor this project

Packages

Contributors

Languages