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
- Host: GitHub
- URL: https://github.com/tokenrove/hyper-ballon-struggle
- Owner: tokenrove
- License: gpl-3.0
- Created: 2015-01-14T15:19:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-21T03:47:30.000Z (over 11 years ago)
- Last Synced: 2025-02-09T08:16:44.789Z (over 1 year ago)
- Language: Assembly
- Size: 543 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
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.