A classic arcade game, using mostly SVGs, JavaScript (ES.next syntax) and a little HTML and CSS.
Player 1:
- a: up
- z: down
Player 2:
- ▲ : up
- ▼: down
-
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.
Install dependencies:
> npm i
Run locally with Webpack Dev Server:
> npm start
Build for production:
> npm run build