Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

jtw-r/SudokuSolver

Repository files navigation

Sudoku Solver




Master:
Dev:



Quick Links:



About:

SudokuSolver_Try1 is my first, and only, attempt at making a working sudoku puzzle solver.

You may be thinking "Well that takes the fun out of it" and yes, you would be right, but this application also has tools to help you solve puzzles by yourself!



Feature List:

  • Handy grid
  • Option to highlight rows and columns inline with the selected cell (click highlight.)
  • Option to highlight/search and find occurances of numbers on the board (focus highlight.)
  • Option to highlight possible spaces for a number.
  • Option to autofill single possibilites.
  • Option to solve it for you.
  • Plus a few other things not listed.


All of this sounds great, where do I download it?

Good question, how about here!



Change Log:

Version 1.1.0

  • Added saving and loading feature for boards.
  • Added .ssp file format support, not fully finished, but stable for now.

Version 1.0.0

  • Added solving functionality
  • Added focus number/occurrences
  • Added Highlights
    • Click highlight
    • Focus highlight
    • Possibilities
      • Autofill possibilities
  • Added the option to load presets
    • Prebuilt presets, you can't create your own yet.
      • 1-5, Easy -> Super Hard.
  • Added the option to clear the grid
  • Added the option to clear highlights