"Yet Another Plaformer" is a small platform game developed for the Game Boy Advance.
While the project does not make use of the libraries provided by devkitPro, it does use some of the tools included. The first step is to download and install the toolchain following the instructions at devkitpro.org/wiki/Getting_Started. The package you are looking for is gba-dev
. Once the package is installed, navigate torwards the root of the project and run make
.
- Music by Goose Ninja. Check out Minimalistic Loops in his itch.io page.
- Sprites by o_lobster. Check out PIXEL ART METROIDVANIA ASSET PACK, licensed under the Attribution 4.0 International (CC BY 4.0), in his itch.io page.
- Buttons by zrghr. Check out Buttons in his itch.io page.
- Font by Impossible Realms. Check out his 8x8 Font and his other work.
The main character of the game, designed by o_lobster, was blue in it's original form. In this project, a different palette has been used to create an alternate yellow version of the character.
- Improve player movement.
- Improve collisions.
- Add more sound effects.
- More characters to choose from.
- More enemies.