Skip to content

A small example of a GBA game with a ball moving across the screen using the directional cross pad

Notifications You must be signed in to change notification settings

lorenzocampanile/gba-minigame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gba-minigame

A small example of a GBA game with a ball moving across the screen using the directional cross pad

Image of the game

How to run the samples

  1. Install DevkitPro pacman from official website
  2. Install GBA dev tools: sudo pacman -S gba-dev (install all)
  3. Add devkitArm/bin path to your PATH enviroment variable, in my case I added /opt/devkitpro/devkitARM/bin
  4. Run ./compile.sh in the folder directory, then open .gba file with you favorite emulator

About

A small example of a GBA game with a ball moving across the screen using the directional cross pad

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published