Skip to content

Pong Game implemented using JS + Bootstrap and JQuery

Notifications You must be signed in to change notification settings

asdcamargo/pongjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PongJS - Implementation of the classic Pong game in JS

This is my version of the Pong Game implemented using JS with Bootstrap and JQuery.

Application

How to run

$ git clone https://github.com/asdcamargo/games-pongjs.git

$ cd games-pongjs

$ npm start

  • **A http-server will start to run on port 8080. To access the game open a browser and go to: localhost:8080

How to play

  • Use 'W' or 'S' to move the left paddle. Use 'O' or 'L' to move the right paddle
  • Press 'Enter' to start the round. Every time the ball hits one of the paddles the velocity is increased to add more challenge to the game.

Licenses

  • This code is licensed under the [MIT License].

About

Pong Game implemented using JS + Bootstrap and JQuery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published