Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 471 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 471 Bytes

Multiplayer Pong

Use mobile phones as remote controllers for a Pong game.

Installation

From github:

$ git clone .../multiplayer-pong.git
$ cd multiplayer-pong
$ git submodule init
$ git submodule update
$ npm install

Usage

  1. Edit config/config.json:

Set domain to your host domain or nat ip.

  1. Run the server:

    $ sudo node server/server.js

  2. On the browser go to:

    http://your-domain/

Notes

Tested only on node v0.10.13