geometry-dash-gba/README.md

19 lines
668 B
Markdown
Raw Normal View History

2020-08-15 18:17:48 -04:00
# Geometry-Dash-GBA
A buggy game of geometry dash on the Game Boy Advance
2020-11-13 15:36:05 -05:00
This project is my first attempt at making something on the GBA that uses tiles and sprites and such. Many headaches were suffered during the making of this project due to the bare-metal style of programming.
2020-08-15 18:17:48 -04:00
## Setting up environment
Follow [these instructions](https://devkitpro.org/wiki/devkitPro_pacman) to get DKP set up
Install ```gba-dev``` by running ```sudo dkp-pacman -S gba-dev```
## Running
Then, just ```make``` in the master directory, and run the game with your favorite GBA emulator!
Here's a gif of it running on original hardware:
2020-08-15 18:20:09 -04:00
[Demo](https://gifyu.com/image/cQRv)