/Pong

This repository contains a classic Pong game implemented in HTML, CSS, and JavaScript. The game features a player-controlled paddle and a computer-controlled opponent paddle. The goal is to score points by bouncing the ball past the opponent's paddle.

Primary LanguageJavaScript

Pong Game

Welcome to my Pong game project! This project is a simple implementation of the classic Pong game using HTML, CSS, and JavaScript.

Overview

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.

Features

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

Preview

pong

Installation and Usage

git clone https://github.com/Anubhav-dev-web/Pong.git

cd Pong

Usage

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.