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