An arcade platformer for the Game Boy.
More info at: http://tangramgames.dk/tobutobugirl.
Compilation has only been tested on Linux using GBDK 2.96a.
In order to play the game you will need to either flash the game to a Game Boy flash cart or use a Game Boy emulator. The binaries are provided through itch.io.
Install GBDK version 2.96a. Make sure the lcc
compiler is in your PATH and the GBDKDIR
environment variable is set up correctly.
Download and compile imgtogb and add it to your PATH. Alternatively you can change the IMGTOGB
variable in the Makefile to point to the imgtogb.py file.
Clone the Tobu Tobu Girl repository using the --recursive
flag to clone the mmlgb submodule as well.
git clone --recursive https://github.com/SimonLarsen/tobutobugirl
cd tobutobugirl
Download the MMLGB.jar
file and place it in the root folder.
wget https://github.com/SimonLarsen/mmlgb/releases/download/v0.1/MMLGB.jar
Then compile rom file with make
.
make
If all went well, a rom file tobu.gb
will be created in the project root.
The source code for Tobu Tobu Girl is licensed under the MIT License. See the LICENSE file for details.
All assets (images, text, sound and music) are licensed under the Creative Commons Attribution 4.0 International License.