GameBoy (Color) port of the GTA San Andreas arcade game Duality
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Thomas B c1ab59ac52 reduce complexity of background map. show it colored on gbc and also noflip to support dmg. 2 months ago
data reduce complexity of background map. show it colored on gbc and also noflip to support dmg. 2 months ago
src reduce complexity of background map. show it colored on gbc and also noflip to support dmg. 2 months ago
.gitignore metasprite test 2 months ago
Makefile reduce complexity of background map. show it colored on gbc and also noflip to support dmg. 2 months ago
README.md metasprite test 2 months ago

README.md

Duality

My first homebrew GameBoy game. A port of the GTA San Andreas Arcade Game Duality.

Getting Started

You need the GBDK-2020 to build the ROM and Gearboy to emulate it comfortably. Then just build a debug version and run it in the emulator, with debug symbols already loaded.

make run

For the release build, simply add GBDK_RELEASE=1 to your make invocation after running make clean.

License

To-Do