Homebrew Game boy Advance game written in TinyGo.
- Play online
or - Download the latest ROM and play it in an emulator/original hardware.
make build
Quick thanks to the other community projects that made this project so simple.
- scraly/learning-go-by-examples for the example template.
- danmrichards/go-gba-pong for the key press method.
- andychase for the ROM loading logic.
- andychase for the gbjs2 fork.