Home ::  What is MUSoSu ::  Download ::  How to install ::  Contribute

What is MUSoSu?

MUSoSu Screenshot

MUSoSu is a free software project for playing, solving and generating Sudoku games. It is developed in Java and it's source is distributed under the terms of the General Public Licence.

As a sudoku solver it tries to simulate the way human players solve sudokus. Several selectable heuristic methods are provided for this purpose. Brute force solving is also supported for completeness.

As a sudoku generator it tries to create sudoku problems which don't require "trial and error" methods to be solved.

MUSoSu tries to be explainatory and educative, showing the actions taken to solve a sudoku and providing aids to the human player.

MUSoSu is themable through XML coded themes, which can be created with the theming tool provided in the program.

MUSoSu Screenshot

MUSoSu is developed with extendability in mind. New solving or generating methods can be relatively easily added.

MUSoSu also features a difficulty estimator based on it's native solver and also the ability to import, edit and save sudokus.

MUSoSu runs on any platform and operating system where Java 5.0 or later is available. A port for mobile java devices is possible but not yet done. Future thoughts also include network/distributed game functionality in combat and collaborative modes.


Download

Source and "binary" packages can be downloaded from here.


How To Run

In order to run the program you need to have a Java Runtime Enviroment(JRE) installed on your system.The version of the JRE must be 1.5.0(or 5.0) or later. If a JRE is present, in most systems you will have the program running simply by double-clicking on the jar file(or with "open with..."). If that doesn't work launch a windows console or any unix terminal and hit:

java -jar MUSoSu-x.x.x.jar

where x.x.x corresponds to the current version of MUSoSu


Contribute

MUSoSu can be much better with your help. You can contribute by sending ideas, comments, bug reports, or even become a developer of MUSoSu. Contact


SourceForge.net Logo