Off Orbit reborn1 for the original Nintendo Gameboy. Off Orbit is an asteroids style game where firing the ship's weapon also moves you in the opposite direction.
This game was built on Linux (Windows WSL) with GBDK-2020 and the following tools/libraries:
- BGB emulator for testing the built
dist/off-orbit.gbfile - hUGETracker for creating
src/sound/music.cby exportingraw/music.ugeto GBDK format. - hUGEDriver for playing
src/sound/music.cin game. - GBTD for creating tiles and exporting the data to
.cfiles. - GBMB for creating tilemaps and exporting them to
.cfiles. - Pyxel Edit to edit composed sprites easier (split pasted into GBTD).
-
Download the latest release of GBDK-2020 (v4.3.0 at this time).
-
Extract to a sibling folder of this project called
gbdk.βββ off-orbit-gb βββ gbdk -
Run this script from the base directory to create
dist/off-orbit.gb:./bin/build.sh
Drag the built dist/off-orbit.gb file into BGB to test it out.
Footnotes
-
Originally a wildly unpopular iOS game. β©
