https://github.com/simonlarsen/tobutobugirl-dx
An arcade platformer homebrew game for the Game Boy, Game Boy Color and Super Game Boy
https://github.com/simonlarsen/tobutobugirl-dx
game-boy game-boy-color gameboy gbdk homebrew sdcc
Last synced: about 2 months ago
JSON representation
An arcade platformer homebrew game for the Game Boy, Game Boy Color and Super Game Boy
- Host: GitHub
- URL: https://github.com/simonlarsen/tobutobugirl-dx
- Owner: SimonLarsen
- License: mit
- Created: 2018-12-01T23:00:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-29T08:39:26.000Z (over 2 years ago)
- Last Synced: 2025-03-18T13:32:44.799Z (2 months ago)
- Topics: game-boy, game-boy-color, gameboy, gbdk, homebrew, sdcc
- Language: C
- Homepage: http://tangramgames.dk/tobutobugirldx
- Size: 1.86 MB
- Stars: 81
- Watchers: 8
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tobu Tobu Girl Deluxe   
A dual GB/GBC remaster of Tobu Tobu Girl.
More info at: http://tangramgames.dk/tobutobugirldx.
## Playing the game
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](https://tangramgames.itch.io/tobutobugirldx).
## Compilation
The build chain is currently a huge mess involving an old version of GBDK/LCC, a more recent version of SDCC and some custom tools. I plan on cleaning things up at some point. In the meantime, if you still want try and compile this you should install the following tools and then change the paths in the Makefile accordingly:
* [GBDK 2.96](http://gbdk.sourceforge.net)
* [GBDK-n](https://github.com/andreasjhkarlsson/gbdk-n)
* [SDCC 3.8.0](http://sdcc.sourceforge.net)
* [pyimgtogb](https://github.com/SimonLarsen/pyimgtogb)
* [mmlgb](https://github.com/SimonLarsen/mmlgb)## License
The source code for Tobu Tobu Girl is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
All assets (images, text, sound and music) are licensed under the [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).