This is a small homework assignment I did for the GA Tech CS 2110 course.
It's a simple Game Boy Advance game written in C. Sprites and the background are taken from this game.
Download LTTPBattle.gba and load it into this in-browser GBA emulator: http://endrift.github.io/gbajs/
There are a few graphics issues when the game is played in gbajs which aren't a problem in the VBAM emulator.
Install these packages:
libmagick++-dev libmagickwand-dev libmagickcore-dev
Install cs2110-tools and cs2110-tools-emulator in the packages directory.
Run:
make vba
START - Start the game
SELECT - Reset the game
A - Sword Attack
UP - Move Up
DOWN - Move Down
LEFT - Move Left
RIGHT - Move Right
Defeat all 10 of the enemies called "Popos". It's made to be easy.
If a Popo hits you while moving towards you, you lose a heart. Lose 3 hearts to lose.