Skip to content

thirionlogan/roshambo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

roshambo

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published