A simple web implementation of the Pong game. It is a popular and one of the earliest arcade video game. The game was originally created by Atari and released it in 1972.
For more information you can read this.
You can play online
Or clone this project and run:
npm install
npm run devserver
This will start devserver and will launch the game in the development mode.
Open http://127.0.0.1:8080/ to view it in the browser.