How to Play Sudoku
We will be using a standard 9x9 Sudoku with Numbers for example.
The goal is for each Row, Column, and Block of squares to contain the
numbers 1 thru 9 only once. There can be no rows, columns, or blocks
that contain duplicate numbers.
for more help see:
Sudoku Wiki
How to Use Sudoku Mania!
Shortcuts :
File
New Game = Ctrl + N
Create Game = Ctrl + C
Reset Game = Ctrl + R
Open Game = Ctrl + Shift + O
Save Game = Ctrl + S
Save Game As = Ctrl + Shift + S
Print = Ctrl + P
Sudokus To Go = Ctrl + Shift + P
Load Theme = Ctrl + T
Exit = Ctrl + X
Options
Options = Ctrl + O
Help
Help = F1
Start Page = Shift + F1
About = Ctrl + A
How to Create Language Bundles for Sudoku Mania!
Language bundles are located in the Language
folder of the Sudoku Mania directory. The default language is English
and it is located in the Bundle.properties file. To add a new language
file create an new file named "Bundle" + the postfix for the language +
".properties".
For example: Spanish would equal "Bundle_es.properties" and Mexican Spanish would equal "Bundle_es_MX.properties".
To create a localized help file create an HTML file named "Help" + the
language postfix + ".html". For example: If you have a language
bundle named "Bundle_es_MX.properties" the localized help file would be
named "Help_es_MX.html" and placed in the Help folder.
(If no localized help file is created then the default English help file will be launched.)
How to Create Sudoku Themes
View Change Log