Multiplayer version of pong implemented using Express.js and Socket.IO
https://github.com/henryfok/pong
https://pong-henry.herokuapp.com
git clone git@github.com:henryfok/pong-server.git
npm install
node index.jshttp://localhost:3000/- Score now handled by the server and synced to clients
- Player side selection menu reset
- Server state reset
- Round reset still sometimes not syncing
- Regen random ball angle every round
- Sync ball location when hitting walls