whynesspower / pong-an-arcade-game

Pong is a table tennis–themed twitch arcade sports video game, featuring simple two-dimensional graphics, manufactured by Atari and originally released in 1972.

Home Page:https://whynesspower.github.io/pong-an-arcade-game/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game is available to play for single player!

For multiplayer, kindly setup the application locally!

Thanks

At commit #8275950cbcd9f42239e0ab628a4cbb58bddb86e8

Single player, Pong game with computer playing as the opponent is completed

At commit #d84ab971095637b8438a0251a9825e7bb41a5df5

Multiplayer funtionality over the same local network or over internet added. Different Namespace, Different room functionality is completed

To Run on local setup:

  1. npm install

  2. npm start

  3. go to localhost:3000

  4. open terminal, search for your IP Address (In windows its 'ipconfig')

  5. connect another device on the same internet/wifi network, go to any browser

  6. type in the IP address from step 4 and put :3000 after it. Eg. 192.168.206.195:3000

  7. Enjoy the game!

    image

Caption: One person playing on desktop, Another in mobile phone

About

Pong is a table tennis–themed twitch arcade sports video game, featuring simple two-dimensional graphics, manufactured by Atari and originally released in 1972.

https://whynesspower.github.io/pong-an-arcade-game/


Languages

Language:JavaScript 84.5%Language:HTML 9.2%Language:CSS 6.3%