Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 482 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 482 Bytes

Geodash GBA

Geodash GBA is a demake of the popular platformer Geometry Dash. The implementation is still work-in-progress.

Building

All required build tools are provided by devkitPro. Follow their getting started guide to get set up.
The GBA rom can then be built by issuing the following make commands:

$ make tools
$ make assets
$ make utils
$ make game
$ make levels