Multiplayer pong over (socket.io). One device hosts the game, and multiple players join to control their "pads" using device orientation.
It is free.
- Install node.js
npm install
node app.js
- Find the IP of the server (e.g.
ifconfig
) - Browse to
{IP}:5000
on one device and choose "Host game" - Browse to
{IP}:5000
on one or more devices supporting thedeviceorientation
event (e.g. a mobile phone or table device) and choose "Player" - ~~Profit!~~Play!