ChrisBlanks / pong

Pong on the Game Boy Advance (GBA)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pong

A slight spin on the game 'Pong' built for GBA.

Game features

  • Title screen
  • Score counter
  • FPS tracker
  • Time tracker

Title screen

Gameplay Screen

Dependencies

Building

Run the make command to build the project. The ROM will be built and copied to the game/ directory. The build/ directory contains all build artifacts created at each step.

The make clean & make cleanall commands remove build artifacts that have been generated.

About

Pong on the Game Boy Advance (GBA)


Languages

Language:C 100.0%Language:Makefile 0.0%