An ES6 attempt to reimplement the classic Atari Pong game, initially released in 1972.
Project mainly based on Yet Another And Really Basic Webpack ES6 Starterkit.
Clone this repository locally...
$ git clone https://github.com/jonathanlinat/es6-retrogaming-series-pong.git
$ cd es6-retrogaming-series-pong/
...and install the required NPM packages.
$ npm install
Start a local Web Server.
$ npm run dev
Create a Production version of the game.
$ npm run build
Start a new game clicking on the black background. Use your mouse to move the paddles. If one of the players reach the final score of 11, he wins the game.
Sound effects are based on those two references:
Actual design and gameplay are based on the DICE version of Pong:
- Webpack 4.8.3
- ES6 Support via babel-loader
- SASS Support via sass-loader
- Linting via eslint-loader
- JavaScript Standard Style via eslint-config-standard