A Game Boy Color C implementation of basic platformer controller movement.
- 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).
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: