Player created

This commit is contained in:
Andrin Fassbind
2021-11-26 11:41:00 +01:00
parent 3adec5bd43
commit aef0479cf5
4 changed files with 55 additions and 5 deletions
+2
View File
@@ -16,5 +16,7 @@ public class Siedler {
TextTerminal<?> textTerminal = textIO.getTextTerminal();
textTerminal.println(game.getBoard().getTextView());
}
}