Skip to content

ujjwxl/Pong

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

103 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

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

๐Ÿ“ข Feedback

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

About

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.

Resources

License

Code of conduct

Contributing

Security policy

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 90.1%
  • CSS 8.3%
  • HTML 1.6%