/multiplayer-pong

https://multiplayer-pong-7sh3.onrender.com

Primary LanguageJavaScript

Multiplayer-Pong

A classic multiplayer pong game using web sockets.

## Build With 👩‍💻
1.

HTML
2.

CSS
3.

Javascript
4.

Node js
5.

Express js
6.

HTML5 canvas API
7.

Socket.io

How to run on locally

  1. Fork the repository

  2. Clone in your machine

git clone https://github.com/Koustavjr/multiplayer-pong.git
  1. Install dependencies
npm install
  1. Start server
npm start