[back]
Nintendo GameCube development - Mama Bear Puzzle
This Nintendo GameCube homebrew game is a direct implementation of the "15 puzzle" game, which comprises a four by four sliding tile area, where one tile is missing. The goal is to restore a configuration where tiles are in order.

Use the d-pad to slide tiles, and the Start button to reset the puzzle.

Downloads


ROM in .dol format the Mama Bear Puzzle ROM (.dol). Should play in most Wii emulators (I recommend Dolphin)
ROM in .elf format the Mama Bear Puzzle ROM (.elf). Should play in most Wii emulators (I recommend Dolphin)

source the Mama Bear Puzzle source code. Use it with the SDK below
GameCube/Wii SDK a stripped-down version of the devKitPro toolchain. Unzip it to C:\. It contains the source code for Mama Bear Puzzle. Use it to develop your own GameCube or Wii games
Installation instructions:
1. Unzip to c:\gcwiidev
2. Add c:\gcwiidev\msys\bin to your PATH environment variable
3. Create environment variable devkitppc and set its value to /c/gcwiidev/devkitppc
4. Create environment variable devkitpro and set its value to /c/gcwiidev