A four-player online pong game built using node, express, and socket.io.
- Run
npm install
inside the package directory (installs express & socket.io dependencies) - Run
npm start
to start the game server on localhost on the default port (8175) - Point four browsers to
localhost:8175
and the game will start automatically. Use arrow keys to move back and forth.