Skip to content

formula1/js-gaming

 
 

Repository files navigation

js-gaming

Important

How to run it

  1. download/install node.js
  2. install dependencies: npm install
  3. run it: npm start
  4. open http://localhost:3000/temp in a browser

Basic Flow

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.7%
  • CSS 3.0%
  • HTML 1.3%