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