Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Latest commit

 

History

History
46 lines (28 loc) · 1.42 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.42 KB

Atari Pong

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.

Pong Arcade

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.

📷 Screen Capture

Atari Pong Game

Atari Pong - Player 2 Wins!


⚙ Run Instructions

  1. Download and install LÖVE framework on your system.
  2. Clone this repository.
  3. Drag-and-drop this repository folder onto the LÖVE program icon to run the game.

🕹 Play Instructions

  • 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).

📚 Documentation

📑 References