setup by running npm i
run a game by running node index.js --move=rock
you can increase the complexity of the game by using node index.js --move=rock --complexity=1
valid values are 0, 1, or 2
you can find valid moves for the default complexity (0) by running: node index.js --listrules
you can find valid moves for a certain level of complexity by running: node index.js --listrules --complexity=1
these can all be combined like so: node index.js --move=rock --complexity=2 --listrules
-
Notifications
You must be signed in to change notification settings - Fork 1
thirionlogan/roshambo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published