PDA

View Full Version : Sudoku v0.1b



wraggster
June 21st, 2008, 22:43
News/release from dlkj (http://wiibrew.org/wiki/Homebrew_apps/Sudoku)


Figure out the correct placement of all the numbers.

This project implements a simple sudoku game on the wii. The recommended way to launch this is via the homebrew channel. Control is via the standard wiimmote (1 player only) held sideways.

The project is open source with plans for as open a license as possible. However, certain subcomponents may have licensing restrictions which affect the license of the project as a whole. Further study on this item required before license terms are finalized.

Details
Presently at version 0.1b of the game, the following has been implemented.

generation of classic 9x9 sudoku puzzle (no difficulty control)
save and continue of puzzle
auto checking of the puzzle for incorrect cells
screenshot capability
menu system
The puzzle is controlled by moving an on screen cursor. The cursor will wraparound the edges of the puzzle if you try to move past the edge.

The value under the cursor is incremented/decremented to the desired value. Value '0' is shown as a blank cell. Values are wraparound from 0 to 9 as well.

If desired, the user may mark a cell as 'uncertain' by pressing the 'A' button. This can be toggled off if desired via the same button. 'uncertain' cells are marked with a gray background.

The game will check for any incorrect cells (i.e. duplicate numbers in any row, column or 3x3 cell). Any incorrect cells will be highlighted with a red tint.

Download and give feedback via comments