Simple realtime multiplayer implementation of the classic game Pong. A weekend project to learn Golang.
- Realtime multiplayer pong game over websockets
- Playable on mobile devices
- Client side prediction and server reconciliation
- Add user authentication
- Add match making
Running server
server % go run main.go game.goRunning client
client % npm start