Simple game build with canvas and socketIO.
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 :
- Player 1 : Create a game with 2 or 4 players and send the secret key to your friends.
- Player 2 : Enter the secret key to join the game.
- Player 1 : Press the start button to play.
- Use the package manager npm to install and run the project.
npm install
npm start- Use Docker
docker run -d -p 4000:4000 nesdi/pingpongOpen http://localhost:4000 to play the game.
- HTML5 (Canvas)
- CSS3
- NodeJS (ExpressJS)
- Socket.IO
- Docker