Sudoku2
Sudoku 2b | |
General | |
---|---|
Author(s) | bmic |
Type | Puzzle game |
Links | |
Download | |
Source | |
Downloadable via the Homebrew Browser | |
Peripherals | |
Introduction
Used Sudoku 0.1b version as model.
Details
Presently at version 0.2b of the game, the following has been implemented.
- a better sprite
- audio
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.
Controls
Hold the Wiimote sideways as per (NES Style)
Action | |
Control navigation | |
Display menu | |
Decrement number | |
Increment number | |
Screen capture (if enabled) | |
Save game to SD card | |
Toggle 'uncertain' flag for cell |
Credits
Credit where credit is due..
Version 0.1b
Sudoku Puzzle generator currently uses ssudg. This might change in the future after further investigation of suitable alternatives.
libraries used
- libogc/libfat
- pngu/libpng
- freetype2
Photoshop was used to create the tiles graphics.
devkitPro was used to build the program.
Coming soon
Have any idea ? e-mail me at: bmic.universitando@gmail.com