This is a simple recreation of the classic Pong game.
- Player 1: Use the
A
key to move left and theD
key to move right. - Player 2: Use the
Left Arrow
to move left and theRight Arrow
to move right. - The goal is to prevent the ball from passing your paddle and score points against your opponent.
Pong was originally released in 1972 by Atari and is considered one of the first video games. It’s a simple table tennis game that became a foundation for the gaming industry.
- Clone the repository:
git clone https://github.com/your-username/pong-game.git cd pong-game