/tetrisrace

Primary LanguageJavaScript

WebRTC Racing Game

To Run

  1. Run the websocket server: node ws-server.js.
  2. Visit index.html on 2 tabs on the same computer.

To Serve

  1. Run the websocket server: node ws-server.js.
  2. Run a HTTP static file server: python python-server.py.
  3. Visit localhost:8080 on 2 tabs on the same computer.

To Play

  1. Start as game.
  2. Start as controller.
  3. Press any button to start game.