Sudoku Maniac: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 37: | Line 37: | ||
https://dlhb.gamebrew.org/dshomebrew/sudokumaniac2.png | https://dlhb.gamebrew.org/dshomebrew/sudokumaniac2.png | ||
https://dlhb.gamebrew.org/dshomebrew/sudokumaniac3.png | https://dlhb.gamebrew.org/dshomebrew/sudokumaniac3.png | ||
<!--BEGIN Online Emulator Section--> | |||
==Online Emulator== | |||
{{#tag:html| | |||
<div style='width:520px;height:390px;max-width:100%'><div id='game'></div></div> | |||
<script type='text/javascript'> | |||
{{DS EmulatorJS Settings}} | |||
EJS_core = 'nds'; | |||
EJS_gameName = "Sudoku Maniac"; | |||
EJS_gameUrl = 'https://dlhb.gamebrew.org/dshomebrew/sudokumaniac.7z'; | |||
</script> | |||
{{EmulatorJS Loader}} | |||
}} | |||
{{DS Control Settings}} | |||
<!--END Online Emulator Section--> | |||
==Known issues== | ==Known issues== | ||
Too many sprites. | Too many sprites. | ||
Revision as of 23:25, 20 November 2023
| Sudoku Maniac | |
|---|---|
| Error creating thumbnail: Unable to save thumbnail to destination | |
| General | |
| Author | graph05 |
| Type | Puzzle |
| Version | 1.1 |
| License | Mixed |
| Last Updated | 2007/09/12 |
| Links | |
| Download | |
| Website | |
| Source | |
Sudoku Maniac is a Sudoku solver for the NDS. It was made with the C language, available in French and English.
User guide
Place numbers 1 through 9 in the board. Once resolved, there will be numbers 1 through 9 in each row, each column and each square with no repeat numbers.
Controls
Up - Solve the grid (as when pressing SOLVE)
Down - Reset the grid (as when pressing ERASE)
Left/Right - Decrease/increase the number selected
A - Confirm (when prompted)
B - Cancel (when prompted)
L - Skip the selected digit to 1
R - Skip the selected digit to 9
L+R - Skip the selected digit to 0
Screenshots
Online Emulator
| Nintendo DS | Keyboard |
|---|---|
Known issues
Too many sprites.
External links
- Dev-fr - http://www.dev-fr.org/projets/(nds)-sudoku-maniac-(v1-1) (archived)