/Pong

Pong is a two-player game where each player controls a paddle to hit a ball back and forth. The goal is to score points when the opponent misses the ball.

Primary LanguageTypeScriptMIT LicenseMIT

Welcome to Pong game 🕹️🚀

Image Description

✨❤️⭐

image

Play it

💡 About

Welcome to the Pong Game! Immerse yourself in this classic Pong experience, reimagined with React and TypeScript, blending nostalgic gameplay with the capabilities of a modern web development stack.

Installation

To get the game running on your local machine, follow these simple steps:

git clone https://github.com/your-username/react-pong-game.git
cd pong
npm install

Usage

  1. Start the development server: npm run dev
  2. Open http://localhost:5173 in your browser.

Demo

2024-01-25.00-32-31.mp4

Snapshot Showcase

game_play win1 intro_page rules_page

Contribution

  1. Fork the repo
  2. Raise an issue or comment under it and I will assign it to you.
  3. Run these commands:
git checkout -b feature-or-bugfix-branch
git commit -m "Brief description of your changes"
git push origin feature-or-bugfix-branch 
  1. Submit your PR.

Feedback

If you like the project, don't forget to star the repo.