HitoriBoard Code verändert
parent
152b50fc69
commit
6462424563
|
@ -49,7 +49,6 @@ public class HitoriBoard {
|
||||||
for (int i = 0; i < board.length; i++) {
|
for (int i = 0; i < board.length; i++) {
|
||||||
for (int j = 0; j < board[i].length; j++) {
|
for (int j = 0; j < board[i].length; j++) {
|
||||||
board[i][j].setState(HitoriCell.CellState.GRAY); // Zurücksetzen
|
board[i][j].setState(HitoriCell.CellState.GRAY); // Zurücksetzen
|
||||||
System.out.println("Zelle Test (" + i + "," + j + ") zurückgesetzt auf GRAY");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue