Sudoku2

From WiiBrew
Jump to navigation Jump to search
Sudoku 2b
Sudoku.png
General
Author(s)bmic
TypePuzzle game
Links
Download
Source
Downloadable via the Homebrew Browser
Peripherals
Wiimote1.svg Loads files from the Front SD slot

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 WiimoteHorizontal.svg (NES Style)

WiimoteHorizontal.svg Action
Wiimote D-Pad Control navigation
Wiimote HOME Button Display menu
Wiimote 1 Button Decrement number
Wiimote 2 Button Increment number
Wiimote + Button Screen capture (if enabled)
Wiimote - Button Save game to SD card
Wiimote A Button 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