A GBA game built with Carp.
Both methods produce a radicorn.gba file that can be played in an emulator or on a real GBA.
There is a Dockerfile to build using a containerized environment without installing dependencies locally.
Using Podman:
podman build -t radicorn . && podman run --rm -v .:/radicorn:z localhost/radicorn:latest makeUsing Docker:
docker build -t radicorn . && docker run --rm -v .:/radicorn radicorn:latest makeSee Build Dependencies below
make- Carp
- devkitARM
- grit (should be included in
gba-devpackage from devkitpro) - libtonc (should be included in
gba-devpackage from devkitpro)
The code is released under MIT, see LICENSE.
The assets are released under CC-BY.
Inspired by the Chrome Dino.