Main > Free Download Search >

Free sudoku software for linux

sudoku

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 37
sudoku 0.3

sudoku 0.3


sudoku is a very simple sudoku game. more>> <<less
Download (0.10MB)
Added: 2005-12-06 License: GPL (GNU General Public License) Price:
1422 downloads
Sudokut 0.3

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
<<less
Download (0.027MB)
Added: 2006-09-15 License: BSD License Price:
1134 downloads
CSudoku 1.0

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!
<<less
Download (0.025MB)
Added: 2006-05-31 License: GPL (GNU General Public License) Price:
1242 downloads
KSudoku 0.4

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
<<less
Download (0.31MB)
Added: 2007-03-17 License: GPL (GNU General Public License) Price:
960 downloads
php Sudoku 0.1

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.

<<less
Download (6.8MB)
Added: 2007-04-12 License: GPL (GNU General Public License) Price:
938 downloads
sudokumat 5.1

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.

<<less
Download (1.4MB)
Added: 2007-03-14 License: Freeware Price:
956 downloads
LibSudoku 1.1

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.
<<less
Download (0.12MB)
Added: 2005-08-19 License: GPL (GNU General Public License) Price:
1526 downloads
Sudoku Tool 1.0

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]
<<less
Download (1.5MB)
Added: 2006-08-21 License: GPL (GNU General Public License) Price:
1164 downloads
SuDoKuToon 1.0

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

<<less
Download (6.2MB)
Added: 2007-04-20 License: Freeware Price:
965 downloads
fxsudoku 0.5.1

fxsudoku 0.5.1


fxsudoku is an implementation of the Sudoku game. more>> <<less
Download (0.030MB)
Added: 2006-04-02 License: GPL (GNU General Public License) Price:
1300 downloads
sudoku-perl 1.50

sudoku-perl 1.50


sudoku-perl is a Sudoku player that offers a board, assistance, and solving using a (text based) ANSI screen. more>>
sudoku-perl is a Sudoku player that offers a board, assistance, and solving using a (text based) ANSI screen. sudoku-perl offers a simple alphanumeric board display that supports the 9x9 matrix.

It does not generate a Sudoku puzzle; for this, the user must look on the Internet, newspapers, Sudoku booklets, etc. and take over the sudoku initial setting from there.

However, it assists the user in solving the Sudoku by providing some functions, up to and including solving the Sudoku from the current board setting.

<<less
Download (0.020MB)
Added: 2006-10-07 License: Artistic License Price:
1116 downloads
Kats Sudoku 0.1.2

Kats Sudoku 0.1.2


Kats Sudoku is a simple helper program for solving Sudoku puzzles. more>>
Kats Sudoku is a simple helper program for solving Sudoku puzzles. Kats Sudoku starts with an empty board and prints all possible numbers in each field.

After setting a certain field to a number, it deletes all occurrences of this number in the corresponding row/column/block so that scanning of rows/columns/blocks for possible entries is unnecessary.

Otherwise, there is no logic, which means that finding the solution is still the players task.

<<less
Download (0.020MB)
Added: 2006-04-03 License: GPL (GNU General Public License) Price:
1299 downloads
Sudoku solver 0.1

Sudoku solver 0.1


Sudoku solver application was created for solving a Sudoku with a backtracking algorithm. more>>
Sudoku solver application was created for solving a Sudoku with a backtracking algorithm. Instead of using a 9 x 9 matrix, it extends the matrix to 10 x 36 (10 rows, 36 columns), storing information in the extra cells.

The last row is used for keeping track of how many cells, for the current column, are still available.

The columns 9-17 (0-based) are used for storing the numbers which are still available in rows 0-8.

The columns 18-26 are used for storing the numbers which are still available in columns 0-8.

The columns 27-35 are used for storing the numbers which are still available in each square (counting from left to right and from top to bottom).
<<less
Download (MB)
Added: 2007-08-20 License: GPL (GNU General Public License) Price:
1712 downloads
Java Sudoku 1.0.1

Java Sudoku 1.0.1


Java Sudoku is a cross platform version of the popular Sudoku logic game. more>>
Java Sudoku is a cross platform version of the popular Sudoku logic game. Java Sudoku features an advanced user interface that is both easy to use and appealing to the eye.
It allows you to generate completely random Sudoku puzzles, enter your own puzzles from newspapers and magazines, or load them from Sudoku XML files. Java Sudoku can also be used as a Sudoku generator and solver.
Main features:
- Random puzzles every time you play
- Helping lines mode in the option menu, so You can see easier, if there is a collision
- 2 different systems of selecting cells and entering numbers
- 3 difficulty levels and an user custom level
- 3 Different Numbers Distributions
- Load/Save Sudoku games without any kind of losses
- Design your own puzzles - Under construction
<<less
Download (0.071MB)
Added: 2006-08-04 License: GPL (GNU General Public License) Price:
1449 downloads
Sudoku Savant 1.1

Sudoku Savant 1.1


Sudoku Savant is a simple GUI-driven application to solve and generate Sudoku puzzles through logical means. more>>
Sudoku Savant is a simple GUI-driven application to solve and generate Sudoku puzzles through logical means.

Sudoku Savant generates and solves standard Sudoku puzzles with anything from 3x3 to 5x6 or 6x5 grids, using the following strategies:

- Singletons
- Locked candidates
- Number subsets
- X-Wings, Swordfish and Jellyfish
- Both Simple and Multi-Colouring.

These strategies should be enough to provide a step by step solution for any Sudoku puzzle that you are likely to find in a newspaper or magazine, although Savant can also resort to "trial and error" if presented with something really pathologically nasty. (This will at least confirm that the puzzles solution is unique.)

You may also parameterise or turn off the more advanced strategies, to see whether they were really needed.

Finally, Sudoku Savant lets you solve the puzzle by hand, providing hints, cell colouring, up to 4 pencil marks per cell, and the ability to high-light any incorrect moves. A partially completed puzzle can be saved in a simple text format so that you can continue solving it later.

<<less
Download (0.14MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1197 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3