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

https://github.com/benjamn/roshambo

A simple real-time multi-user game of rock-paper-scissors
https://github.com/benjamn/roshambo

Last synced: over 1 year ago
JSON representation

A simple real-time multi-user game of rock-paper-scissors

Awesome Lists containing this project

README

          

Please, contact me with any questions. avital@meteor.com

To install Meteor on Mac:
```
curl https://install.meteor.com/ | sh
```

To install Meteor on Windows: http://win.meteor.com/

To run this app:
```
git clone git@github.com:avital/roshambo.git
cd roshambo
meteor
```