Om 2008 Sudoku

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(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, then number color becomes red.  
+
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]]
== Reference ==
+
[[Category:Om 2008.8]]
[1] Sudoku project - http://projects.openmoko.org/projects/pyefl-sudoku/
+
 
+
 
+
[[Category:Applications]]
+
[[Category:Openmoko2008.8]]
+

Latest revision as of 00:19, 7 December 2009


Sudoku-1.png Om 2008.8 Sudoku

Sudoku puzzle game.


Homepage: http://projects.openmoko.org/projects/pyefl-sudoku/
Package: pyefl-sudoku
Tested on: Om 2008.8


Contents


[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.

Sudoku-1.png
Sudoku-2.png
Sudoku-3.png
Sudoku-4.png

[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)
  1. Create New puzzle
  2. Undo a step
  3. Redo a step
  4. Clear all filled-in numbers
  5. 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!

Personal tools
Key pages on:
Om 2008


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.

Sudoku-1.png
Sudoku-2.png
Sudoku-3.png
Sudoku-4.png

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, then number color becomes red.

  • icons (from left to right)
  1. Create New puzzle
  2. Undo a step
  3. Redo a step
  4. Clear all filled-in numbers
  5. Check solved or not solved
  • 1-9 number keyboard

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!


Reference

[1] Sudoku project - http://projects.openmoko.org/projects/pyefl-sudoku/