feat: ui remove cell content
All checks were successful
Linux arm64 / Build (push) Successful in 4m7s
All checks were successful
Linux arm64 / Build (push) Successful in 4m7s
This commit is contained in:
@@ -31,7 +31,8 @@ public class SoloMenu extends BaseView {
|
||||
level += sudoku.getSize() * sudoku.getSize() / 10 * 3;
|
||||
}
|
||||
Solver.solve(doku);
|
||||
SudokuFactory.newDokuFromFilledOne(doku, level - 1);
|
||||
level = (level - 1) / doku.getNbSubGrids();
|
||||
SudokuFactory.newDokuFromFilledOne(doku, level);
|
||||
for (Sudoku sudoku : doku.getSubGrids()) {
|
||||
for (Cell cell : sudoku.getCells()) {
|
||||
if (cell.getSymbolIndex() != Cell.NOSYMBOL) {
|
||||
|
||||
Reference in New Issue
Block a user