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 installnode app.js- Find the IP of the server (e.g.
ifconfig) - Browse to
{IP}:5000on one device and choose "Host game" - Browse to
{IP}:5000on one or more devices supporting thedeviceorientationevent (e.g. a mobile phone or table device) and choose "Player" - ~~Profit!~~Play!
