An action platformer for the GameBoy Color written using CrossZGB
Note: although the project should compile on Windows it is recommended to build using Linux or WSL (on Windows).
Download CrossZGB from https://github.com/gbdk-2020/CrossZGB/releases
and extract to a directory, e.g. /usr/local/lib/CrossZGB
.
Then execute the following :
./setenv.sh
./build.sh
The ROM will be in the bin\gbc
directory.
You can install the ROM created above in any Emulator, for testing development is is recommend to use (Emulicious)[https://emulicious.net/]. First install a Java JDK, e.g.
apt install openjdk-17-jdk
Then extract Emulicious to a directory in the CrossZGB installation, e.g. /usr/local/lib/CrossZGB/env/Emulicious
.
There is an example run.sh
which you can then use to rum the ROM in Emulicious.
Kevin A. Lee (kadraman)