Beelink / tetrisrace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:JavaScript 73.7%Language:HTML 25.1%Language:Python 1.3%