A classic Pong game implemented with HTML, CSS, and JavaScript. Play Here
- Press the "Start Game" button to begin
- Use W/S keys or Up/Down arrow keys to move your paddle (left side)
- Try to beat the AI opponent (right side)
- Responsive game design
- Score tracking
- AI opponent with balanced difficulty
- Realistic ball physics based on impact point
- Simple controls
- HTML5
- CSS3
- JavaScript (Vanilla JS)
You can play the game here: Pong Game
To run the game locally, simply clone this repository and open the index.html
file in your browser.
git clone https://github.com/yourusername/pong-game.git
cd pong-game
# Open index.html in your browser
MIT