A basic pong-like game for the Game Boy Advance in TinyGo.
- Go 1.13+
- TinyGo
- GBA Fix. This is required to pad and patch header information onto the compiled ROM file. TinyGo does not ship with the header information in its GBA target.
$ make build
After building from source you should see a ROM file called pong.GBA
in the bin
directory.
This file can be loaded into a Game Boy Advance emulator or onto a physical device if you have a flash cartridge.