roooodcastro / rubydoku

Step-by-step Sudoku solver written in Ruby on Rails and Vue.JS
0 stars 0 forks source link

Support gameplay of 2x2 Sudoku puzzles #28

Closed roooodcastro closed 4 years ago

roooodcastro commented 4 years ago

The Javascript implementation of Sudoku only currently supports 3x3 puzzles. The Ruby solver can work with both 2x2 and 3x3, so the front-end should update to support that.

The Javascript and Vue code responsible for validating and handling input should work for both 2x2 and 3x3 puzzles.

roooodcastro commented 4 years ago

Closed by https://github.com/roooodcastro/rubydoku/pull/47