sdegueldre / pong-3.0

A new-age online pong game.

Home Page:https://pong-3-0.onrender.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pong-3.0

Pong 3.0 is colorful and fast-paced approach to the classic pong game. Play online with your friends and overwhelm them with your superior skills and balls!

Setting up

  • Clone the repo: git clone ...
  • Install the dependencies: npm install

Launch

  • npm run dev will start a process to watch for changes and rebuild the client automatically. It will also start the server on port 3000. You can now access the game at http://localhost:3000

  • At the moment, the server does not restart automatically when you change files, you'll have top restart it manually.

đź’ˇ Tip

You can change the port on which the server will listen by setting the PORT environment variable

e.g.: PORT=42069 npm start

The technologies used for this project are :

About

A new-age online pong game.

https://pong-3-0.onrender.com/


Languages

Language:TypeScript 60.9%Language:JavaScript 32.5%Language:CSS 4.9%Language:HTML 1.7%