Piero's Wiicross is a picture logic puzzles in which cells in a grid have to be colored or left blank according to numbers given at the side of the grid to reveal a hidden picture.
Developed using libogc library and other opensource libraries, it was released in 2008 for Nintendo Wii and GameCube home consoles.
More info on my blog and on wiibrew.
The numbers measure how many unbroken lines of filled-in squares there are in any given row or column. For example, a clue of "4 8 3" would mean there are sets of four, eight, and three filled squares, in that order, with at least one blank square between successive groups. It's easier playing with game directly than understand the rules at first :)
If you try to colour a cell that can't be coloured, an error penalty is shown. Puzzle is solved when the image is correctly drawn.
There is no error reporting when you colour a wrong cell. Puzzle is solved when you hit the check button and the image is correctly drawn, otherwise an error penalty is shown.
Every error make the timer increase of a certain amout of time.
Wiimote controller is supported (pointing on screen or in NES position) as well as the Gamecube Controller.
Put your favourite songs in the "res/music" directory (for example if you use the homebrew channel it is "apps/wiicross/res/music"), then select "Custom" from the options menu.
Note: Music must be in ogg format becayse sndlib does not support MP3, and libogc support for them is screwed. Also res directory on GameCube must be put on the root of the SD.
A theme is composed by the following images
- background.png (640 x 480 pixels)
- filled.png (image to show when a cell is drawn)
- marked.png (image to show when a cell is marked)
- title.png (the title to show in the option screen for selecting your theme)
All themes must be put in a directory called with the name of your theme, and this directory must be put in "res/themes". If you follow these rules, you’ll find you theme in the options screen.
For helping in drawing a theme, I'll post a template on the project page. It also contains a psd (Photoshop) and a xcf (Gimp) containing layers, helpful for drawing the background, since some part of it are used for painting the timer and the preview.
The game is available in the Homebrew browser.
It is possible to download from here.
- Spriteattack for stunning graphics (and for patience to work with me)
- Cyan & Liz from gbatemp.net: for impressive work on bug testing, fixing bugged levels and sorting by difficulty: the game couldn't be here without them
- MrNick for massive testing on the Gamecube version
- Aaron Williams for the nice "level cleared" jingle
- All the users who sent their level (using the online level editor)
The online level editor is available on drunkencoders but not used anymore.