/go-gba-pong

A basic pong-like game for the Game Boy Advance in TinyGo

Primary LanguageGoMIT LicenseMIT

GO GBA Pong License Go Report Card

A basic pong-like game for the Game Boy Advance in TinyGo.

Requirements

  • 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.

Building From Source

$ make build

Usage

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.

emulator