sudoku kid
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 86
Download (0.10MB)
Added: 2005-12-06 License: GPL (GNU General Public License) Price:
1422 downloads
Sudokut 0.3
Sudokut is a command line solver for Sudoku puzzles. more>>
Sudokut is a command line solver for Sudoku puzzles. When supplied with a Sudoku string or file, it returns all possible solutions.
Sudokut takes approximately half a second to solve a medium force Sudoku by using an efficient algorithm that is guaranteed to find all the solutions. It accepts many options that implement various features (validity check, diff, suggestions, and probing).
Enhancements:
- two new solving techniques are supported: naked triplets reduction, hidden triplets reduction
- new -u option to test the unicity of the solution
- new -m option to modify the string
<<lessSudokut takes approximately half a second to solve a medium force Sudoku by using an efficient algorithm that is guaranteed to find all the solutions. It accepts many options that implement various features (validity check, diff, suggestions, and probing).
Enhancements:
- two new solving techniques are supported: naked triplets reduction, hidden triplets reduction
- new -u option to test the unicity of the solution
- new -m option to modify the string
Download (0.027MB)
Added: 2006-09-15 License: BSD License Price:
1134 downloads
CSudoku 1.0
CSudoku is a command line Sudoku solving program. more>>
CSudoku is a command line Sudoku solving program. CSudoku project solves the popular 9x9 versions of Sudoku using Donald Knuths Dancing Links algorithm.
It was created as a fun exercise in computer programming and not necessarily to be a program useful to anyone in particular.
There are many other Sudoku solving programs that are more refined and have many more features than this program would ever dream of having.
Installation:
1. unpack csudoku-1.0.tar.gz
2. cd csudoku-1.0/src
3. run make
Usage:
To run the sudoku program you will first need to install it using the steps as outlined above. Now, assuming you are in the directory csduoku-1.0/src, invoke the command:
./sudoku < infile
where infile is an input file containing 1 or more 9x9 Sudokus. For the format of the infile you can check out the file top95. In fact you can use the top95 file to test the program. By invoking the command:
./sudoku < ../top95
you should see some input and output details and at the end under "Overall Statistics" it should read
...
95 out of 95 were valid
0 has no solution(s)
95 had unique solution(s)
0 had multiple solution(s)
...
If this was done successfully you can now use the program to solve whatever Sudoku puzzle is giving you trouble. Enjoy!
<<lessIt was created as a fun exercise in computer programming and not necessarily to be a program useful to anyone in particular.
There are many other Sudoku solving programs that are more refined and have many more features than this program would ever dream of having.
Installation:
1. unpack csudoku-1.0.tar.gz
2. cd csudoku-1.0/src
3. run make
Usage:
To run the sudoku program you will first need to install it using the steps as outlined above. Now, assuming you are in the directory csduoku-1.0/src, invoke the command:
./sudoku < infile
where infile is an input file containing 1 or more 9x9 Sudokus. For the format of the infile you can check out the file top95. In fact you can use the top95 file to test the program. By invoking the command:
./sudoku < ../top95
you should see some input and output details and at the end under "Overall Statistics" it should read
...
95 out of 95 were valid
0 has no solution(s)
95 had unique solution(s)
0 had multiple solution(s)
...
If this was done successfully you can now use the program to solve whatever Sudoku puzzle is giving you trouble. Enjoy!
Download (0.025MB)
Added: 2006-05-31 License: GPL (GNU General Public License) Price:
1242 downloads
KSudoku 0.4
KSudoku is a Sudoku puzzle generator and solver for KDE. more>>
KSudoku project can generate and solve sudoku puzzles (of different difficulty level) using a randomized least-candidate algorithm.
The sudoku boards currently supported are 9x9 and 16x16: but the program is fully expandable since the algorithm is extendible to any general graph coloring problem (the board is in fact stored as a graph and the numbers are the colors)
In order to create a playable puzzle it fills a blank sudoku grid with a completed puzzle (randomly), then another algorithm (to be improved with some logical constraint) removes randomly numbers from it checking each time that the resultant puzzle has only one solution: it is a bit slower than logic-based elimination tecniques but it creates puzzles that are less straight-solved (more fun).
The GUI is user-friendly and requires KDE. Written in C++.
INSTALLATION
1. Open a shell in project directory (the one where this file is located)
2. Run "./configure"
(will install the program in /usr/local/kde, if you want to install in /usr run "./configure --prefix=/usr")
3. Run "make"
4. Run "make install" as root.
5. Run "ksudoku" (if does not start check point 2)
Enhancements:
- Added support for custom shaped sudokus
- Samurai sudoku
- Jigsaw sudoku, XSudoku, 4x4
- Undo/redo
- Added new export system (you can print multiple puzzles in the same page)
- File format is now XML
- Added new welcomescreen and settings dialog
- Internal structure changed
<<lessThe sudoku boards currently supported are 9x9 and 16x16: but the program is fully expandable since the algorithm is extendible to any general graph coloring problem (the board is in fact stored as a graph and the numbers are the colors)
In order to create a playable puzzle it fills a blank sudoku grid with a completed puzzle (randomly), then another algorithm (to be improved with some logical constraint) removes randomly numbers from it checking each time that the resultant puzzle has only one solution: it is a bit slower than logic-based elimination tecniques but it creates puzzles that are less straight-solved (more fun).
The GUI is user-friendly and requires KDE. Written in C++.
INSTALLATION
1. Open a shell in project directory (the one where this file is located)
2. Run "./configure"
(will install the program in /usr/local/kde, if you want to install in /usr run "./configure --prefix=/usr")
3. Run "make"
4. Run "make install" as root.
5. Run "ksudoku" (if does not start check point 2)
Enhancements:
- Added support for custom shaped sudokus
- Samurai sudoku
- Jigsaw sudoku, XSudoku, 4x4
- Undo/redo
- Added new export system (you can print multiple puzzles in the same page)
- File format is now XML
- Added new welcomescreen and settings dialog
- Internal structure changed
Download (0.31MB)
Added: 2007-03-17 License: GPL (GNU General Public License) Price:
960 downloads
sudokumat 5.1
sudokumat is a software that allows to easily create and solve sudokus of different levels of difficulty. more>>
sudokumat project allows you to easily create and solve sudokus of different levels of difficulty.
It is possible to create your own "pdf-sudoku-book" with as many sudokus as you want.
Sudokumat solves every sudoku within milliseconds.
<<lessIt is possible to create your own "pdf-sudoku-book" with as many sudokus as you want.
Sudokumat solves every sudoku within milliseconds.
Download (1.4MB)
Added: 2007-03-14 License: Freeware Price:
956 downloads
LibSudoku 1.1
LibSudoku is a Java library for writing applications that deal with Sudoku number riddles. more>>
LibSudoku is a Java library for writing applications that deal with Sudoku number riddles. It contains methods for parsing numbers into convenient data structures, manipulation and information gathering, output to text and HTML, as well as some rules for solving given Sudokus.
It was developed in a test-driven manner using JUnit test-cases.
Enhancements:
- Improved one of the rules to catch more cases and added two more rules (including the XWing and a generalization that should catch most of other similar cases like the sword-fish).
- Added more test cases and fixed a bug concerning JavaDoc and JUnit compatibility.
- Some performance improvements.
<<lessIt was developed in a test-driven manner using JUnit test-cases.
Enhancements:
- Improved one of the rules to catch more cases and added two more rules (including the XWing and a generalization that should catch most of other similar cases like the sword-fish).
- Added more test cases and fixed a bug concerning JavaDoc and JUnit compatibility.
- Some performance improvements.
Download (0.12MB)
Added: 2005-08-19 License: GPL (GNU General Public License) Price:
1526 downloads
Zudoku 1.0
Zudoku is a free Sudoku game for all platforms. more>>
Zudoku is a free Sudoku game for all platforms.
Sudoku, sometimes written Su Doku, is a logic-based placement puzzle, also known as Number Place in the United States. The aim of the puzzle is to enter a numerical digit from 1 to 9 in each cell of a 9x9 grid, starting with various digits given in some cells (the "givens").
The grid is made up of 3x3 subgrids (called "regions"). Each row, column, and region must contain only one instance of each numeral. Completing the puzzle requires patience and logical ability. Although first published in 1979, Sudoku initially caught on in Japan in 1986 and attained international popularity in 2005. Fig Labs Zudoku is a free version of this popular puzzle for your computer.
You can use Fig Labs Zudoku to:
- Generate an unlimited number of puzzles for you to play.
- Enter puzzles from newspapers or magazines so that you can play them on your computer.
- Create your own puzzles.
- Help you with solving puzzles, or even solve an entire puzzle for you.
- Print puzzles out to solve on paper.
<<lessSudoku, sometimes written Su Doku, is a logic-based placement puzzle, also known as Number Place in the United States. The aim of the puzzle is to enter a numerical digit from 1 to 9 in each cell of a 9x9 grid, starting with various digits given in some cells (the "givens").
The grid is made up of 3x3 subgrids (called "regions"). Each row, column, and region must contain only one instance of each numeral. Completing the puzzle requires patience and logical ability. Although first published in 1979, Sudoku initially caught on in Japan in 1986 and attained international popularity in 2005. Fig Labs Zudoku is a free version of this popular puzzle for your computer.
You can use Fig Labs Zudoku to:
- Generate an unlimited number of puzzles for you to play.
- Enter puzzles from newspapers or magazines so that you can play them on your computer.
- Create your own puzzles.
- Help you with solving puzzles, or even solve an entire puzzle for you.
- Print puzzles out to solve on paper.
Download (0.47MB)
Added: 2005-12-21 License: Freely Distributable Price:
1402 downloads
php Sudoku 0.1
php Sudoku is a Web-based sudoku game that includes 200,000 sudoku puzzles. more>>
php Sudoku is a Web-based sudoku game that includes 200,000 sudoku puzzles. It can be easily used on any Web site.
The project does not require MySQL or any other database.
<<lessThe project does not require MySQL or any other database.
Download (6.8MB)
Added: 2007-04-12 License: GPL (GNU General Public License) Price:
938 downloads
SuDoKuToon 1.0
SuDoKuToon project is a fun Sudoku game with unique features for your desktop. more>>
SuDoKuToon project is a fun Sudoku game with unique features for your desktop.
Sudoku Toon is a free version of the popular game "Sudoku" thinking for you to be able to play it directly from your desktop while you are in the office or in your break time.
The game consist in fill the grid of 9x9 with number from 1 to 9 in such way that in each line, column or subgrid of 3x3, the numbers are not repeated
Besides of have to fill the grids with numbers of 1 to 9, you will be able to change and choose to play with colors or geometric figures. The game counts with 3 original music that you will be able to turn on or off whenever you wish.
Sudoku Toon has funny graphics and hundreds of "sudokus" to solve at your disposition, and if your head is tired, you will be able to continue later because the game will save the state of a sudoku automatically... and finally, if you want more sudokus... you will be able to download more packs of sudokus to get more challenges!!
<<lessSudoku Toon is a free version of the popular game "Sudoku" thinking for you to be able to play it directly from your desktop while you are in the office or in your break time.
The game consist in fill the grid of 9x9 with number from 1 to 9 in such way that in each line, column or subgrid of 3x3, the numbers are not repeated
Besides of have to fill the grids with numbers of 1 to 9, you will be able to change and choose to play with colors or geometric figures. The game counts with 3 original music that you will be able to turn on or off whenever you wish.
Sudoku Toon has funny graphics and hundreds of "sudokus" to solve at your disposition, and if your head is tired, you will be able to continue later because the game will save the state of a sudoku automatically... and finally, if you want more sudokus... you will be able to download more packs of sudokus to get more challenges!!
Download (6.2MB)
Added: 2007-04-20 License: Freeware Price:
965 downloads
Download (0.030MB)
Added: 2006-04-02 License: GPL (GNU General Public License) Price:
1300 downloads
Sudoku Sensei 2.00
Sudoku Sensei is a sudoku explainer C/C++ library with sample programs. more>>
Sudoku Sensei project is a sudoku "explainer" C/C++ library with sample programs.
It can list the logical steps taken. It can generate new Sudokus and rank their difficulty. It supports not only 9x9 grids, but MxN, samurai, or any layout you can describe.
The core is a C/C++ library.
It includes sample programs.
Enhancements:
- This release adds a Graphical User Interface with a manual and a tutorial.
<<lessIt can list the logical steps taken. It can generate new Sudokus and rank their difficulty. It supports not only 9x9 grids, but MxN, samurai, or any layout you can describe.
The core is a C/C++ library.
It includes sample programs.
Enhancements:
- This release adds a Graphical User Interface with a manual and a tutorial.
Download (0.14MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
804 downloads
Sudoku Tool 1.0
Sudoku Tool is a sudoku game that helps you to solve sudoku puzzles. more>>
Sudoku Tool is a sudoku game that helps you to solve sudoku puzzles. Sudoku Tool can generate puzzles randomly or puzzles can be entered manually.
Some of the features include random puzzle generation, pencil marks, and the ability to save games.
Manual Setup:
The game starts in initialization mode. In this mode, you are setting up the a puzzle that you got from a newspaper, online, ... You are manually setting up the puzzle.
To select a location, click a square with the left mouse button and type in the number you want to place 1-9, or 0 or space to remove a value you placed there previously. You can also change other values by simply typing a new number.
When you have the puzzle set up the way you want, click the Start Game button to start playing.
Random Game:
To have a game randomly generated for you, click the Setup New Game button. A new window pops up asking you to select either "Manual" or "Random". Select "random" and a new game will appear.
To build, use:
make -f Makefile.[system]
<<lessSome of the features include random puzzle generation, pencil marks, and the ability to save games.
Manual Setup:
The game starts in initialization mode. In this mode, you are setting up the a puzzle that you got from a newspaper, online, ... You are manually setting up the puzzle.
To select a location, click a square with the left mouse button and type in the number you want to place 1-9, or 0 or space to remove a value you placed there previously. You can also change other values by simply typing a new number.
When you have the puzzle set up the way you want, click the Start Game button to start playing.
Random Game:
To have a game randomly generated for you, click the Setup New Game button. A new window pops up asking you to select either "Manual" or "Random". Select "random" and a new game will appear.
To build, use:
make -f Makefile.[system]
Download (1.5MB)
Added: 2006-08-21 License: GPL (GNU General Public License) Price:
1164 downloads
Su-per-Doku 2.1
Su-per-Doku is a sudoku puzzle game dekstop widget for SuperKaramba. more>>
Su-per-Doku is a sudoku puzzle game dekstop widget for SuperKaramba. It has most of the features you would expect from a sudoku game.
It generates puzzles, provides hints (if required), allows you to note potential answers next to a cell, set the difficulty level, and make the computer solve the puzzle.
Sudoku, sometimes spelled Su Doku, is a logic based puzzle. The aim of the puzzle is to enter a digit from 1-9 in each of the cells in a 9x9 grid made up of subgrids of 3x3 cells (called "regions").
To solve a puzzle, each row, column and region must contain only one instance of each numeral, 1-9. You start the puzzle with only some of the cells completed. You have to fill in the rest.
<<lessIt generates puzzles, provides hints (if required), allows you to note potential answers next to a cell, set the difficulty level, and make the computer solve the puzzle.
Sudoku, sometimes spelled Su Doku, is a logic based puzzle. The aim of the puzzle is to enter a digit from 1-9 in each of the cells in a 9x9 grid made up of subgrids of 3x3 cells (called "regions").
To solve a puzzle, each row, column and region must contain only one instance of each numeral, 1-9. You start the puzzle with only some of the cells completed. You have to fill in the rest.
Download (0.43MB)
Added: 2006-03-09 License: GPL (GNU General Public License) Price:
1325 downloads
Sudognu 1.03
Sudognu is a command line sudoku solver and creator. more>>
Sudognu is a command line sudoku solver and creator. Sudognu can display the logical steps it uses to find the solution. It can print four sudokus to a pdf page and it comes with example cgi scripts for integration into www sites (see sudognu @ work below).
This project is written in C and tested on Linux. In order to compile and install sudognu you need Haru Free PDF library.
Enhancements:
- This release applies the forcing chain after X-wing, swordfish, and jellyfish, improves the documentation, adds a -P option for reordering solution techniques, facilitates browsing of sudoku solutions, and adds minor bugfixes.
<<lessThis project is written in C and tested on Linux. In order to compile and install sudognu you need Haru Free PDF library.
Enhancements:
- This release applies the forcing chain after X-wing, swordfish, and jellyfish, improves the documentation, adds a -P option for reordering solution techniques, facilitates browsing of sudoku solutions, and adds minor bugfixes.
Download (0.037MB)
Added: 2007-06-21 License: GPL (GNU General Public License) Price:
855 downloads
GNUDoku 0.93
GNUDoku is a free program for creating and solving Su Doku puzzles. more>>
GNUDoku is a free Sudoku game program for creating and solving Su Doku puzzles.
GNUDokus only requirement is the gtkmm library, specifically gtkmm2.4 is required. Version 2.6 is preferred, see below for instructions on using version 2.4.
Installation:
To build, use "make".
To install, use "make install".
IMPORTANT: if youre using gtkmm-2.4 version 2.4, you must build using "make withgtkmm24". This makes an uglier version.
Installation is to /usr/local by default, to change edit the PREFIX line in Makefile.
Enhancements:
- Rearranged buttons to be more compact.
<<lessGNUDokus only requirement is the gtkmm library, specifically gtkmm2.4 is required. Version 2.6 is preferred, see below for instructions on using version 2.4.
Installation:
To build, use "make".
To install, use "make install".
IMPORTANT: if youre using gtkmm-2.4 version 2.4, you must build using "make withgtkmm24". This makes an uglier version.
Installation is to /usr/local by default, to change edit the PREFIX line in Makefile.
Enhancements:
- Rearranged buttons to be more compact.
Download (0.025MB)
Added: 2005-12-12 License: GPL (GNU General Public License) Price:
1411 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above sudoku kid search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed