A remake of the classic video game Pong, developed using WebSockets technology to achieve real-time, bi-directional, event-based communication.
git clone https://github.com/lauraweston/pong.git- Install node
- Run
npm installto install package.json dependencies
- Start the server:
node server.js - Player 1 navigates to:
localhost:3000 - Player 2 navigates to:
[INSERT_PLAYER_1_IP_ADDRESS]:3000 - Use up and down arrow keys to move the paddle
Run npm test in command line to view tests.
Laura Weston
Lilian Breidenbach
Elizabeth Venner
Caitlin Gulliford