Pong Game Experiment
A classic Pong game implemented using HTML Canvas and React. Play against the computer by moving your mouse to control the paddle.
Player: 0Computer: 0
How It Works
This game is built using React with HTML Canvas. It features:
- Canvas-based rendering at 60fps
- Mouse-controlled player paddle
- Simple AI for the computer opponent
- Physics-based ball movement with bounce mechanics
- Score tracking