Skip to content

A sudoku solver which visualizes the algorithm in a GUI, written in C++17 using SFML.

Notifications You must be signed in to change notification settings

askreet/sudoku-solver

Repository files navigation

Sudoku Solver

This application is a visualization of an algorithm that solves Sudoku puzzles. The main challenge in creating this application was having a list of steps taken by the algorithm that could be presented to the user. I wanted to be able to have a learner step through how the algorithm solves the problem, not simply return the result.

License

This software is released under the MIT license. It is prototype quality, and should not be used in any production sudoku solving applications (if those even exist).

About

A sudoku solver which visualizes the algorithm in a GUI, written in C++17 using SFML.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published