Skip to content

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

License

Notifications You must be signed in to change notification settings

danmrichards/go-gba-pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published