Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicinabox/roshambo
A game of rock, paper, scissors in node for fun.
https://github.com/nicinabox/roshambo
Last synced: about 1 month ago
JSON representation
A game of rock, paper, scissors in node for fun.
- Host: GitHub
- URL: https://github.com/nicinabox/roshambo
- Owner: nicinabox
- Created: 2014-10-01T22:18:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-22T05:02:33.000Z (about 10 years ago)
- Last Synced: 2024-10-06T18:14:30.279Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# roshambo
A game of rock, paper, scissors in node for fun.
## What's in the bag?
* roshambo.js - The game logic as a lib
* index.js - Game init, output## Sample
```
$ node index.js
? Ready? (Use arrow keys)
❯ rock
paper
scissors$ node index.js
? Ready? rock
You played rock
They played scissors
> You won!
```## License
MIT