Skip to content

b1617/PingPong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ping Pong

Simple game build with canvas and socketIO.

How to play ?

Play with your online friend or with our AI.

  • You need 3 points to win the game.
  • You can play either with the mouse or keypad.

Steps to create an online game :

  1. Player 1 : Create a game with 2 or 4 players and send the secret key to your friends.
  2. Player 2 : Enter the secret key to join the game.
  3. Player 1 : Press the start button to play.

Installation

  • Use the package manager npm to install and run the project.
npm install
npm start
docker run -d -p 4000:4000 nesdi/pingpong

Open http://localhost:4000 to play the game.

Technologies

  • HTML5 (Canvas)
  • CSS3
  • NodeJS (ExpressJS)
  • Socket.IO
  • Docker

About

2D Ping Pong with SocketIO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors