HitoriBoard Code verändert

currentStatus
Vickvick2002 2025-01-04 13:50:11 +01:00
parent 152b50fc69
commit 6462424563
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ public class HitoriBoard {
for (int i = 0; i < board.length; i++) {
for (int j = 0; j < board[i].length; j++) {
board[i][j].setState(HitoriCell.CellState.GRAY); // Zurücksetzen
System.out.println("Zelle Test (" + i + "," + j + ") zurückgesetzt auf GRAY");
}
}
}