Sudoku Solver

By The Emerald Derp Leader

Does it count as cheating to use a self-made sudoku solver to solve homework? I think not. So this is why I started to make this solver. It is currently unfinished, but right now it allows for input and it goes through each combination of possible solutions.

I will later add the ability to check if the solution works and an easier way to put in given values.

Disclaimer: It takes a looooong time to run. Trying to get a 5th square takes more than 1 minute! So it is possible that this will never actually be usable to solve something. It will take even longer when I add in for the game to check for solutions.

Things to add:
Checking for repeats
Easier way to add givens
Optimize:
1. Only check rows, columns, and sections of changed squares.
2. Skip over impossible numbers such as multiple 1s in one row, column, and section

Get LowRes Coder to use this program.

Play homegrown retro games and program your own!