Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 708 Bytes

File metadata and controls

17 lines (13 loc) · 708 Bytes

NoboruColor

A Game Boy Color C implementation of basic platformer controller movement.

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).

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.

Once the tools are installed and the home directory is defined, all you have to do is run make from the project's root directory: