This is my version of the Pong Game implemented using JS with Bootstrap and JQuery.
-
Interface: HTML 5 + Twitter Bootstrap v3.3.6
-
Engine: JQuery v2.2.0
$ 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
- 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.
- This code is licensed under the [MIT License].