Advanced game mode with lizard and Spock
Closed this issue · 1 comments
jigarius commented
Proposed change
- User runs
rochambeau --advanced
- 2 new options appear:
Lizard (l)
andSpock (v)
jigarius commented
Here's what was done to address this issue:
- Used
Thor
for CLI. - Created a flag,
rochambeau --advanced
which triggers the advanced mode. Option
now has 2 new constants:LIZARD
andSPOCK
.- Improved testing for
Option
class.
- Improved testing for
- Simplified message generation for getting user input.
To-do
- Add tests for
Rochambeau::Cli
.