Tagged Questions
3
votes
2answers
630 views
Receiving user commands in a text based console game
I'm working on a little text based console game for a bit of fun and am starting work on the user commands entered into the console.
Are there some good design patterns for deciding what to do with ...