Several new methods added in Parser class

This commit is contained in:
Leonardo Brandenberger
2021-12-02 15:15:39 +01:00
parent 9e347e8792
commit 3c67d62e42
4 changed files with 39 additions and 20 deletions
+2
View File
@@ -15,6 +15,8 @@ public class Siedler {
TextIO textIO = TextIoFactory.getTextIO();
TextTerminal<?> textTerminal = textIO.getTextTerminal();
textTerminal.println(game.getBoard().getTextView());
Parser parser = new Parser();
parser.getAction();