feat: enhance menu, colors, sudoku, all is working, now multidoku ^^
This commit is contained in:
@@ -34,13 +34,11 @@ public class TestBlocRectangle {
|
||||
sudoku.getGrille().setCase(0, 3, Symbole.of(9));
|
||||
sudoku.getGrille().setCase(3, 0, Symbole.of(4));
|
||||
|
||||
|
||||
sudoku.getGrille().creerBlocCarre();
|
||||
|
||||
sudoku.getGrille().creerBlocRectangulaire(3, 5);
|
||||
|
||||
System.out.println("Sudoku :");
|
||||
System.out.println(sudoku.getGrille().toString());
|
||||
|
||||
sudoku.getGrille().creerBlocRectangulaire(3, 5);
|
||||
System.out.println("Blocs :");
|
||||
sudoku.getGrille().printBlocs();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user