A Doodle Jump clone for the Nintendo Wii
Installation (assuming you have Homebrew)
- Download the latest release from here
- Unzip the file and copy the doodlejumpwii folder into your /apps/ directory on your SD card
Alpha test:
Main menu:
- Install devkitPPC:
- Download the automatic installer from sourceforge (I used version 2.2.1)
- Follow the installer through. When given the choice for components, untick devkitARM and devkitA64 (you don't need these)
- Make sure you install it in its default location (
C:/devkitPro
)
- Install GRRLIB:
- Download the latest release of GRRLIB from here (I used version 4.3.2)
- Copy the GRRLIB folder into
C:/devkitPro
- Open up a terminal in
C:/devkitPro/GRRLIB
and runmake
- When that is complete, go to
C:/devkitPro/GRRLIB/lib
and runmake
- Setup your projects folder:
- Create a folder
C:/projects
- Copy the contents of this repo into a folder (
C:/projects/doodlejump
) (the Makefile should be inC:/projects/doodlejump/Makefile
)
- Create a folder
- Building:
- Run
make
insideC:/projects/doodlejump
- Run
- Ensure that your dimensions of your image file is a multiple of 4 (for example, 640x480 or 32x32)
- Download WiiBuilder
- In the WiiBuilder settings, ensure Binary File Conversion is set to C and Header File (and save this to registry if desired)
- Drag and drop the image file into the File area in WiiBuilder