Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 870 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 870 Bytes

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