An open API service indexing awesome lists of open source software.

https://github.com/tokenrove/hyper-ballon-struggle

Restoration of weekend GBA game from 2002 for #1GAM
https://github.com/tokenrove/hyper-ballon-struggle

Last synced: 18 days ago
JSON representation

Restoration of weekend GBA game from 2002 for #1GAM

Awesome Lists containing this project

README

          

* Hyper Ballon Struggle

[[what.png]]

This is my first [[http://onegameamonth.com/][#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 [[http://www.gnu.org/copyleft/gpl.html][GPLv3]], while the assets are released
under [[https://creativecommons.org/licenses/by-sa/3.0/legalcode][CC-BY-SA]].

** Building

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

#+BEGIN_EXAMPLE
dpkg --add-architecture armel
apt-get update
apt-get install gcc-4.9-arm-gnueabi
#+END_EXAMPLE

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