Om 2008 Sudoku

From Openmoko

(Difference between revisions)
Jump to: navigation, search
m (Category: -Applications, +Gaming)
m (applicationbox added)
Line 29: Line 29:
 
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!
  
 
+
<onlyinclude>
== Reference ==
+
{{ApplicationBox|
[1] Sudoku project - http://projects.openmoko.org/projects/pyefl-sudoku/
+
  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>
  
 
[[Category:Gaming]]
 
[[Category:Gaming]]
 
[[Category:Om 2008.8]]
 
[[Category:Om 2008.8]]

Revision as of 20:24, 2 October 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, 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

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!


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

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, 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

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/