Developer: Miga
Version:�@1.1
11/22/2012
This Java program will validate and solve Sudoku. If you have a Sudoku problem on your hands that you cannot solve, you can type those numbers in and let the program solve.
*How to use*
- Arrow keys: navigate through cells
- 1-9 keys: input
- Backspace key: erase your input
- Submit button: Checks whether the Sudoku is complete or not.
- Solve button: Generates a solution from current state.
- Erase button: Erases all cells except preset cells.
- Erase All button: Erases all of the cells.
- Preset button: Make filled cells fixed.
*Changelog*
- 06/14/2013 v1.1 attempted to clean the code.
- 11/22/2012 v1.0 released.