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.
To get the game running on your local machine, follow these simple steps:
git clone https://github.com/Ramzi-Abidi/Pong.git
cd pong
npm install- Start the development server:
npm run dev - Open http://localhost:5173 in your browser.
2024-01-25.00-32-31.mp4
- Fork the repo
- Raise an issue or comment under it and I will assign it to you.
- 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 - Before submitting your pull request don't forget to rebase with main branch to avoid conflicts! ๐
git rebase main- Submit your pull request.
If you like the project, don't forget to star the repo โจ.
Thanks goes to these wonderful people ๐

