Skip to content

vbertoletti/pong-game

Repository files navigation

Pong Game

A classic arcade game, using mostly SVGs, JavaScript (ES.next syntax) and a little HTML and CSS.

screen shot 2018-08-06 at 4 43 40 pm

How to play

Player 1:

  • a: up
  • z: down

Player 2:

  • ▲ : up
  • ▼: down

screen shot 2018-08-06 at 4 43 51 pm

Added features:

  • Click start button to lead you to the game, you can also click the same button to restart.

  • Standard two balls from start, however once players reach score of 3 points, second ball is added, as well as "Powerball" audio plays.

  • Player that sums 10 points first is declared the winner and game stops.

Setup

Install dependencies:

> npm i

Run locally with Webpack Dev Server:

> npm start

Build for production:

> npm run build

About

A classic arcade game built in JavaScript!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published