How you implement “commands” in a console based game? I though about some sort of parse(String input) method to take in input and “guess” what the user wishes to do. However, differrent commands are available depending on whch stage of the game you are? How to go round this?
Thanks.
