Skip to content

Pong is a two-player game where each player controls a paddle to hit a ball back and forth ๐Ÿš€๐Ÿ•น๏ธ

License

Notifications You must be signed in to change notification settings

Ramzi-Abidi/Pong

Repository files navigation

Welcome to Pong game ๐Ÿ•น๏ธ๐Ÿš€

Image Description

โœจโค๏ธโญ

image

๐Ÿ’ก 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

๐ŸŽฎ Gameplay

game_play

๐Ÿ† Win

win1

๐Ÿ  Home

intro_page

๐Ÿ“ How to play

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. Before submitting your pull request don't forget to rebase with main branch to avoid conflicts! ๐Ÿ˜…
git rebase main
  1. Submit your pull request.

๐Ÿ“ข Feedback

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

๐Ÿ‰ Contributors

Thanks goes to these wonderful people ๐Ÿ‰