This Sudoku Solver was built by Steven King, Claire Samuels, Joe Kim and Devin Mandelbaum.
To run:
-
Clone repo
-
Open directory
-
run rails server
-
navigate to localhost3000
This version of Sudoku Solver is in beta and does not error handle for boards if user inputs more than 1 of the same number in a row, column or box.