This commit is contained in:
@@ -82,7 +82,7 @@ public class SudokuView extends BaseView {
|
||||
resolveThread = new Thread(() -> {
|
||||
try {
|
||||
Random rand = new Random();
|
||||
Solver.solveRandom(doku, rand);
|
||||
Solver.randomSolve(doku, rand);
|
||||
Thread.sleep(200);
|
||||
} catch (CancellationException | InterruptedException e) {
|
||||
System.out.println("The user is bored !");
|
||||
|
||||
Reference in New Issue
Block a user