
About
Pong is Atari's 1972 arcade sports game, created by Allan Alcorn as a training exercise for co-founder Nolan Bushnell and credited with helping launch the commercial video game industry. Pong Game in JavaScript is a browser-based implementation of Pong rendered on an HTML5 canvas, featuring a keyboard-controlled player paddle against a computer AI opponent with basic ball physics and collision handling.
How it differs from the original
It replaces the original's two-human-player setup with a single-player match against a computer-controlled paddle.
Getting started
Open the project's HTML file in a web browser after downloading or cloning the source; use the Up and Down arrow keys to move your paddle against the AI opponent.