Pong was the first commercially successful video game, and it helped to establish the video game industry along with the Magnavox Odyssey. It was manufactured by Atari and originally released in 1972.
This version is implemented in Lua Programming Language with LÖVE, a 2D game engine. Inspired by the original game and the project created by Colton Ogden.
- Download and install LÖVE framework on your system.
- Clone this repository.
- Drag-and-drop this repository folder onto the LÖVE program icon to run the game.
-
Player 1 (Left):
- Press 'w' to move left paddle up.
- Press 's' do move left paddle down.
-
Player 2 (Right):
- Press 'up arrow' to move right paddle up.
- Press 'down arrow' to move right paddle down.
-
Computer (Right):
- Press 'p' to toggle between Computer (automatic) or Player 2 (manual).