Skip to content

Multiplayer version of pong implemented using Express.js and Socket.IO

Notifications You must be signed in to change notification settings

henryfok/pong-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong Server

Multiplayer version of pong implemented using Express.js and Socket.IO

https://github.com/henryfok/pong

Demo

https://pong-henry.herokuapp.com

Installation

git clone [email protected]:henryfok/pong-server.git
npm install
node index.js
http://localhost:3000/

Changelog

  • Score now handled by the server and synced to clients
  • Player side selection menu reset
  • Server state reset

To-Do

  • Round reset still sometimes not syncing
  • Regen random ball angle every round
  • Sync ball location when hitting walls

About

Multiplayer version of pong implemented using Express.js and Socket.IO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published