save and load
This commit is contained in:
parent
af6752b197
commit
722cd9cb41
|
|
@ -189,10 +189,6 @@ public class Board {
|
|||
return lines;
|
||||
}
|
||||
|
||||
//public Board(String[] array) {
|
||||
//TODO
|
||||
|
||||
//}
|
||||
|
||||
public Board(String[] fileRepresentation) {
|
||||
this.height = fileRepresentation.length - 1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue