An open API service indexing awesome lists of open source software.

https://github.com/synox/ai-generated-pong


https://github.com/synox/ai-generated-pong

Last synced: 2 months ago
JSON representation

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