tokenrove / hyper-ballon-struggle

Restoration of weekend GBA game from 2002 for #1GAM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hyper Ballon Struggle

what.png

This is my first #1GAM game: Hyper Ballon Struggle for the Gameboy Advance. This is actually a game that was written the weekend of July 26-28, 2002 during a party of some sort. Unfortunately later copies of the source are so far unavailable, so I’ve decided to work from this copy which seems to be a CVS checkout from early on Sunday.

The source is released under the GPLv3, while the assets are released under CC-BY-SA.

Building

On a Debian system, you can do this to get a suitable cross-compiler installed:

dpkg --add-architecture armel
apt-get update
apt-get install gcc-4.9-arm-gnueabi

Then build with make. Any GBA emulator should be able to play the resulting bin file.

About

Restoration of weekend GBA game from 2002 for #1GAM

License:GNU General Public License v3.0


Languages

Language:Assembly 92.0%Language:C 5.9%Language:Makefile 2.0%Language:Emacs Lisp 0.1%