https://github.com/synox/ai-generated-pong
https://github.com/synox/ai-generated-pong
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/synox/ai-generated-pong
- Owner: synox
- Created: 2025-01-09T00:22:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-09T00:50:22.000Z (over 1 year ago)
- Last Synced: 2025-03-06T04:29:26.722Z (over 1 year ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
disclaimer: completely AI generated (cursor AI)
# Crazy Pong
A multiplayer Pong game with crazy features like:
- Rainbow ball trail
- Destructible bricks
- Particle effects
- AI opponent
- Colorful paddles
- Sound effects
## How to Play
1. Open the game URL
2. Use Up/Down arrow keys to move your paddle
3. Play against AI until another player joins
4. Hit the ball past your opponent's paddle to score
5. Break bricks for extra challenge
## Development
To run locally:
1. Clone the repository
2. Run `npm install`
3. Run `npm start`
4. Open `http://localhost:3000`
## Technologies Used
- Node.js
- Express
- WebSocket (ws)
- HTML5 Canvas
- Web Audio API