A Sudoku Solver in Ruby with Shoes GUI
The basic program can be run on command prompt or terminal by running the Sudoku.rb
file
To run the sudoku with the GUI, Shoes needs to be installed on the device. Once Shoes is running on your device, select the SudokuGUI.rb
file and run it
The Sudoku itself can be changed by editing the board
variable in both files