text-adventure
text-adventure copied to clipboard
Implement robust command grammar
Summary
- add a formal grammar for parsing player commands to replace the current ad-hoc logic
- ensure the parser can handle synonyms and complex inputs
Context
Raised from the TODO list in the repo.