Skip to content

HudsonSchumaker/Breakout-Arkanoid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Breakout-Arkanoid

My version of a mixed game from Breakout(Atari) and Arkanoid(Taito)

  • NGC
  • Wii
  • Switch
  • Windows
  • MacOS

Compiling

Compiling for Nintendo GameCube requires the libogc libraries from devkitPro. A fork of GRRLIB for NGC that can be found here. Then, execute make in the /gamecube directory.

Compiling for Nintendo Wii requires the libogc libraries from devkitPro. GRRLIB for Wii that can be found here. Then, execute make in the /wii directory.

Compiling for Nintendo Switch requires the libnx libraries from devkitPro. SDL2 for Switch that can installed using pacman. Search for switch sdl ((dkp-)pacman -Ss switch sdl2).