Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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