commit step 1 2 and 3
This commit is contained in:
parent
06f3459113
commit
61c5de7ee3
|
|
@ -70,7 +70,7 @@ public class Board {
|
|||
highlightedSquares.clear();
|
||||
moveHistory.clear();
|
||||
}
|
||||
|
||||
//create the board
|
||||
public String toString() {
|
||||
StringBuilder sb = new StringBuilder();
|
||||
for (int y = 0; y < height; y++) {
|
||||
|
|
@ -309,4 +309,5 @@ public class Board {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue