Anubhav-dev-web / 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.

Home Page:https://anubhav-dev-web.github.io/Pong/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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.

https://anubhav-dev-web.github.io/Pong/


Languages

Language:JavaScript 77.9%Language:CSS 17.3%Language:HTML 4.7%