costinsin / pong.js

A multiplayer implementation of pong using socket.io.

Home Page:https://pong-js.onrender.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pong.js

A multiplayer implementation of pong using socket.io.

How to install and run locally

  • Run make install and wait until all the requirements are installed.
  • Run make run to start the server on port 5000.
  • Connect to localhost:5000 or port forward the traffic on port 5000 for external players to join.
  • Enjoy the game.

Test online

You can access this link in order to test the deployment on Heroku.

Requirements:

  • a browser
  • a friend wtih a browser

About

A multiplayer implementation of pong using socket.io.

https://pong-js.onrender.com

License:MIT License


Languages

Language:JavaScript 93.1%Language:HTML 4.5%Language:Makefile 2.4%