Skip to content

rphillips-nz/off-orbit-gb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

27 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Off Orbit GB

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.

Screenshot

πŸ§ͺ Development

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.gb file
  • hUGETracker for creating src/sound/music.c by exporting raw/music.uge to GBDK format.
  • hUGEDriver for playing src/sound/music.c in game.
  • GBTD for creating tiles and exporting the data to .c files.
  • GBMB for creating tilemaps and exporting them to .c files.
  • Pyxel Edit to edit composed sprites easier (split pasted into GBTD).

πŸ”¨ Build

  1. Download the latest release of GBDK-2020 (v4.3.0 at this time).

  2. Extract to a sibling folder of this project called gbdk.

    β”œβ”€β”€ off-orbit-gb
    └── gbdk
    
  3. Run this script from the base directory to create dist/off-orbit.gb:

    ./bin/build.sh

πŸš€ Run

Drag the built dist/off-orbit.gb file into BGB to test it out.

Footnotes

  1. Originally a wildly unpopular iOS game. ↩

About

πŸ‘Ύ Off Orbit reborn on the Game Boy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published