Difference between revisions of "Sudoku2"
(Relinked to web archive) |
|||
(7 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Infobox | + | {{Infobox homebrew |
| title = Sudoku 2b | | title = Sudoku 2b | ||
− | | image = [[ | + | | image = [[File:Sudoku.png]] |
− | | | + | | type = puzzle game |
− | |||
| author = [[User:Bmic|bmic]] | | author = [[User:Bmic|bmic]] | ||
− | + | | download = https://web.archive.org/web/20160401103611/https://wiisudoku2b.googlecode.com/files/wiisudoku2b.rar | |
− | | download = | + | | source = https://web.archive.org/web/20160401103609/http://wiisudoku2b.googlecode.com/files/wiisudoku2bsrc.rar |
− | | source = | ||
| peripherals = {{Wiimote1}} {{FrontSD}} | | peripherals = {{Wiimote1}} {{FrontSD}} | ||
− | | hbb = | + | | hbb = yes |
}} | }} | ||
− | ==Introduction== | + | == Introduction == |
− | Used 0.1b version as model. | + | Used [[Sudoku]] 0.1b version as model. |
− | ==Details== | + | == Details == |
Presently at version 0.2b of the game, the following has been implemented. | Presently at version 0.2b of the game, the following has been implemented. | ||
*a better sprite | *a better sprite | ||
Line 28: | Line 26: | ||
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. | 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== | + | == Controls == |
Hold the [http://en.wikipedia.org/wiki/Wiimote Wiimote] sideways as per {{WiimoteHorizontal}} (NES Style) | Hold the [http://en.wikipedia.org/wiki/Wiimote Wiimote] sideways as per {{WiimoteHorizontal}} (NES Style) | ||
− | + | {| class="wikitable" style="text-align: center; width: 36ex" | |
− | + | |- | |
− | + | ! {{WiimoteHorizontal}} | |
− | + | | Action | |
− | + | |- | |
− | + | | {{WiimoteDPad}} | |
− | + | | Control navigation | |
+ | |- | ||
+ | | {{WiimoteHomeButton}} | ||
+ | | Display menu | ||
+ | |- | ||
+ | | {{Wiimote1Button}} | ||
+ | | Decrement number | ||
+ | |- | ||
+ | | {{Wiimote2Button}} | ||
+ | | Increment number | ||
+ | |- | ||
+ | | {{WiimotePlusButton}} | ||
+ | | Screen capture (if enabled) | ||
+ | |- | ||
+ | | {{WiimoteMinusButton}} | ||
+ | | Save game to SD card | ||
+ | |- | ||
+ | | {{WiimoteAButton}} | ||
+ | | Toggle 'uncertain' flag for cell | ||
+ | |} | ||
− | ==Credits== | + | == Credits == |
Credit where credit is due.. | Credit where credit is due.. | ||
Line 55: | Line 72: | ||
[[devkitPro]] was used to build the program. | [[devkitPro]] was used to build the program. | ||
− | ==Coming soon== | + | == Coming soon == |
Have any idea ? e-mail me at: bmic.universitando@gmail.com | Have any idea ? e-mail me at: bmic.universitando@gmail.com |
Latest revision as of 07:26, 21 August 2022
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