Welcome to SuDoku Solver!

SuDoku Solver is a free and open source program written in Java. Not to play, but to solve a SuDoku game. Main aim of this program is to act as an alternative to the Sudoku program available in Portable Apps bundle. This program is at its infancy. It has a very long way to go achieve that aim. I wrote it during my summer vacation of 2009. And I am still developing it.

Sudoku is a an addictive puzzle game that can be solved with reasoning and logic. It features a grid containing rows, columns subdivided into boxes (also called matrix). Let us assume it is a 9X9 grid, grouped into a 3X3 matrixes. Within this you arrange the numbers 1 through 9. But, each number can only appear once in each of the 9 3x3 grids. And it can only appear once in each row and on each column. It's a simple concept, but it can get addictive quickly.

Suggestions are always welcome. Anyone want to help in development, or have some suggestions please contact me by doping a word here.

Care has been taken to provide all existing feature of Sudoku Portable, for which it is written as a replacement. I am trying to add-on some more features too.

Latest Version: 2.0 Stable

This is the first stable release. Aim is to find out the solution to a given problem if it exists. (One solution if multiple solution exists).

Features in this release

  • Added check status in sudoku menu to check whether the current status of the game might yield a valid answer. (As requested by Sathish. K)