Several new methods added in Parser class
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user