/NoboruColor

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

Primary LanguageCMIT LicenseMIT

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: