Welcome to my Pong game project! This project is a simple implementation of the classic Pong game using HTML, CSS, and JavaScript.
Pong is a two-dimensional sports game that simulates table tennis. Players control paddles and use them to hit a ball back and forth across the screen. The objective is to score points by getting the ball past the opponent's paddle.
-
Player Controls: Use the arrow keys or mouse to control the paddles.
-
Scorekeeping: Keep track of the score for each player.
-
Game Over: The game ends when one player reaches the winning score.
git clone https://github.com/Anubhav-dev-web/Pong.git
cd Pong
Simply open the index.html file in your web browser to view the Pong game. Feel free to customize the content and styles according to your preferences.