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
- Host: GitHub
- URL: https://github.com/benjamn/roshambo
- Owner: benjamn
- Created: 2014-01-13T14:17:14.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-09T16:55:31.000Z (over 12 years ago)
- Last Synced: 2025-02-05T16:16:23.642Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```