- This is an unstable branch, if you wan the stable branch go to https://github.com/airandfingers/js-gaming
- download/install node.js
- install dependencies:
npm install - run it:
npm start - open http://localhost:3000/temp in a browser
- Users Login
- User makes a match request
- Match Maker finds compatible players
- Match Maker Notifies Player and The games child process of a new match
- The players open up a new tab or iframe to join the match
- The child process waits for all players to join the match
- Once all players enter and are initialized, the match emits a "start"
- The game does what it wants