Skip to content

jonathanlinat/es6-retrogaming-series-pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ES6 Retrogaming Series: Pong

Pong Game

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.

Installation

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 Dev Server

Start a local Web Server.

$ npm run dev

Build Prod Version

Create a Production version of the game.

$ npm run build

Gameplay

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.

References

Sound effects are based on those two references:

Actual design and gameplay are based on the DICE version of Pong:

Features