Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 981 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 981 Bytes

GBA-Breakout

Breakout on the GameBoy Advance

This is a side project with the goal of implementing Atari's Breakout on the Gameboy Advance (to an extent).

Gameplay

##How to compile The Makefile works on UINX like systems with the devkitARM tools. Specific information and compilation instructions can be found on the devkitPro website. That site should have all the tools needed. I've also included a compiled .gba file to run.

##Resources

  •   [Tonc](http://www.coranac.com/tonc/text/toc.htm)
    
  •   [GBATEK](http://problemkaputt.de/gbatek.htm)
    
  •   [DevkitPro](http://devkitpro.org/)
    
  •   [Nintendo's own AGB Programming Manual](http://cdn.preterhuman.net/texts/gaming_and_diversion/Gameboy%20Advance%20Programming%20Manual%20v1.1.pdf)
    
  •   With inspiration from [this blog post](https://www.reinterpretcast.com/writing-a-game-boy-advance-game)