More actions
(Created page with "{{Infobox homebrew | title = Sudoku Maniac | image = File:Sudokumaniacds2.png | type = Puzzle | version = 1.1 | licence = Mixed | author = ...") |
No edit summary |
||
Line 6: | Line 6: | ||
| licence = Mixed | | licence = Mixed | ||
| author = graph05 | | author = graph05 | ||
| website = http://www.dev-fr.org/ | | website = https://web.archive.org/web/20080201002218/http://www.dev-fr.org/projets/(nds)-sudoku-maniac-(v1-1)/ | ||
| download = Media:Sudokumaniac11ds.zip | | download = Media:Sudokumaniac11ds.zip | ||
| source = Media:Sudokumaniac11dssrc.zip | | source = Media:Sudokumaniac11dssrc.zip | ||
}} | }} | ||
Sudoku Maniac is a Sudoku solver. It was made with the C language. | Sudoku Maniac is a Sudoku solver for the NDS. It was made with the C language. | ||
==User guide== | ==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. | 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== | ==Controls== | ||
Up - | Up - Solve the grid (as when pressing SOLVE) | ||
Down - | Down - Reset the grid (as when pressing ERASE) | ||
Left - | 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== | |||
[[File:Sudokumaniacds.png]] | |||
==Known | ==Known issues== | ||
Too many sprites | Too many sprites. | ||
[[Category:Homebrew | <br> | ||
[[Category:DS homebrew games]] | |||
[[Category:Homebrew puzzle games on DS]] |
Revision as of 14:07, 21 Haziran 2021
Sudoku Maniac | |
File:Sudokumaniacds2.png | |
General | |
---|---|
Author(s) | graph05 |
Type | Puzzle |
Version | 1.1 |
Licence | Mixed |
Links | |
[Media:Sudokumaniac11ds.zip Download] | |
Website | |
[Media:Sudokumaniac11dssrc.zip Source] |
<htmlet>adsense</htmlet>
Sudoku Maniac is a Sudoku solver for the NDS. It was made with the C language.
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
Known issues
Too many sprites.