save and load

This commit is contained in:
flori 2025-05-16 09:12:13 +02:00
parent af6752b197
commit 722cd9cb41
1 changed files with 0 additions and 4 deletions

View File

@ -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;