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.
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
andVue
code responsible for validating and handling input should work for both 2x2 and 3x3 puzzles.