Sudoku Solver

General games-related topics
Post Reply
Bukster
Posts: 93
Joined: Wed Sep 12, 2018 9:44 am

Sudoku Solver

Post by Bukster »

I read an algorithm to solve Sudoku a few weeks ago and couldn't resist having a go at programming it. I see somebody else has already done a much better version with sudoku generation and many other features. So I'm not the first, but here's my effort.

Type in your clue numbers (displayed in inverse text). Hit S to solve. Instructions appear on screen. I've tested it with a number of sudoku puzzles including unsolvable ones and it solves or rejects them if they can't be solved.

Have fun. Let me know if there are any bugs I haven't found yet.
Sudoku Solver 281018.p
(2.85 KiB) Downloaded 277 times
User avatar
iturbez
Posts: 154
Joined: Fri Dec 25, 2009 1:06 pm
Location: Spain

Re: Sudoku Solver

Post by iturbez »

WOW!
Exciting program!
Testing now!
Thanks
Post Reply