Skip to content
This repository has been archived by the owner. It is now read-only.
/ sudoku-solver Public archive

A little sudoku solver using JavaFX for GUI and SWI-Prolog for AI.

Notifications You must be signed in to change notification settings

zlumyo/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sudoku-solver

A little sudoku solver using JavaFX for GUI and SWI-Prolog for AI.

Screenshots

sudoku entering

![sudoku solved!](http://i.imgur.com/ya3qWkT.png)

Running

Windows

you need compile sources and place them in same structure:

out/
    artifacts /
        run.bat
        bin /
            sudoku.pl          - sudoku.pl root dir
            sudoku-solver.jar  - compiled sources (with controlsfx-8.0.5.jar included in jar)
            swipl /
                ...
                swi-prolog installation files
                ...

Than you need to run out/artifacts/run.bat.

About

A little sudoku solver using JavaFX for GUI and SWI-Prolog for AI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages