My version of a mixed game from Breakout(Atari) and Arkanoid(Taito)
- NGC
- Wii
- Switch
- Windows
- MacOS
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).