Skip to content

lauraweston/pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong Clone

A remake of the classic video game Pong, developed using WebSockets technology to achieve real-time, bi-directional, event-based communication.

Installation

  • git clone https://github.com/lauraweston/pong.git
  • Install node
  • Run npm install to install package.json dependencies

Play game

  • 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

Tests

Run npm test in command line to view tests.

Authors

Laura Weston
Lilian Breidenbach
Elizabeth Venner
Caitlin Gulliford

About

Real-time, multiplayer version of Pong game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •