Om 2008 Sudoku
From Openmoko
(→notes) |
m |
||
| (6 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
| + | {{Languages|Om 2008 Sudoku}} | ||
| + | |||
| + | <onlyinclude> | ||
| + | {{ApplicationBox| | ||
| + | Name=[[Om 2008.8 Sudoku]]| | ||
| + | Description=Sudoku puzzle game.| | ||
| + | Screenshot=Sudoku-1.png| | ||
| + | Homepage=http://projects.openmoko.org/projects/pyefl-sudoku/| | ||
| + | TestedOn=Om 2008.8| | ||
| + | PackageName=pyefl-sudoku | ||
| + | }} | ||
| + | </onlyinclude> | ||
| + | {|align=left | ||
| + | |__TOC__ | ||
| + | |} | ||
| + | |||
{{Om 2008.8}} | {{Om 2008.8}} | ||
== Introduction == | == Introduction == | ||
| Line 15: | Line 31: | ||
== Usage == | == Usage == | ||
| − | There are 5 icons and a number keyboard at the bottom. Choose one empty grid and pick up one suitable number to fill in! If the number is wrong/illegal, | + | There are 5 icons and a number keyboard at the bottom. Choose one empty grid and pick up one suitable number to fill in! If the number is wrong/illegal, that number shows up in red. |
* icons (from left to right) | * icons (from left to right) | ||
| Line 24: | Line 40: | ||
# Check solved or not solved | # Check solved or not solved | ||
| − | * 1-9 number keyboard | + | * 1-9 number keyboard |
== Source code == | == Source code == | ||
This UI application is written by python. Download the source code, it comes with a generator and solver. You can generate different level of puzzles. Code is from [https://svn.projects.openmoko.org/svnroot/pyefl-sudoku here]. Check the [http://projects.openmoko.org/plugins/scmsvn/viewcvs.php/README?rev=16&root=pyefl-sudoku&view=markup README] document! | This UI application is written by python. Download the source code, it comes with a generator and solver. You can generate different level of puzzles. Code is from [https://svn.projects.openmoko.org/svnroot/pyefl-sudoku here]. Check the [http://projects.openmoko.org/plugins/scmsvn/viewcvs.php/README?rev=16&root=pyefl-sudoku&view=markup README] document! | ||
| − | + | [[Category:Gaming]] | |
| − | + | [[Category:Om 2008.8]] | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | [[Category: | + | |
| − | [[Category: | + | |
Latest revision as of 00:19, 7 December 2009
| Languages: |
English • العربية • Български • Česky • Dansk • Deutsch • Esperanto • Eesti • Español • فارسی • Suomi • Français • עברית • Magyar • Italiano • 한국어 • Nederlands • Norsk (bokmål) • Polski • Português • Română • Русский • Svenska • Slovenčina • Українська • 中文(中国大陆) • 中文(台灣) • Euskara • Català |
| Om 2008.8 Sudoku
Sudoku puzzle game.
|
|
Om 2008
[edit] Introduction
Sudoku is a UI application and it plays like normal sudoku puzzle games. It is a logic-based number-placement puzzle. The objective is to fill a 9×9 grid so that each column, each row, and each of the nine 3×3 boxes (also called blocks or regions) contains the digits from 1 to 9 only one time each. The puzzle setter provides a partially completed grid. For more information, refer to the Sudoku rules.
[edit] Usage
There are 5 icons and a number keyboard at the bottom. Choose one empty grid and pick up one suitable number to fill in! If the number is wrong/illegal, that number shows up in red.
- icons (from left to right)
- Create New puzzle
- Undo a step
- Redo a step
- Clear all filled-in numbers
- Check solved or not solved
- 1-9 number keyboard
[edit] Source code
This UI application is written by python. Download the source code, it comes with a generator and solver. You can generate different level of puzzles. Code is from here. Check the README document!
