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 6622f41dc4 dont add debug build to actual releases 1 month ago
.github/workflows dont add debug build to actual releases 1 month ago
artwork debug marker in center of screen. tweak sprite positions. 1 month ago
data add large debug marker. properly keep coordinates in range. 1 month ago
docs add cartridge artwork to docs 1 month ago
src add spawning code. causes bank0 overflow, so put score code in BANKED. but crashes. why?! 1 month ago
.gitignore add sgb border support 1 month ago
COPYING add licensing stuff 2 months ago
Makefile add large debug marker. properly keep coordinates in range. 1 month ago
README.md show off cartridge image in readme 1 month ago

README.md

Duality

ROM Web

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

Try it out online!

Cartridge

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.

make clean
make GBDK_RELEASE=1 run

License

The source code of this Duality GameBoy clone is licensed as GPLv3. A copy of the license can be found in COPYING.

It uses the GBDK-2020 libraries and is based on their example code. The files sgb_border.c and sgb_border.h are copied directly from their sgb_border example.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

See <http://www.gnu.org/licenses/>.

The included cartridge label graphic in artwork/cart_label.xcf is based on the ‘Cartridge-Label-Templates’ by Dinierto licensed as CC0.

The included cartridge graphic in artwork/cartridge.xcf is based on the ‘Front-End-Assets’ by Duimon.