Java Sudoku Generator
- 1 minThe program generates its own sudoku puzzles using a complex, recursive algorithm. So far the algorithm can generate puzzles with about 21 remaining clues or more. The GUI allows you to generate as puzzles over and over, whether or not you fully solved the last one. It allows you to create “possible numbers” to help with sudoku strategies. It will also turn a number red if there is a direct conflict with any of the other existing numbers.