https://github.com/luport-dev/bouncing-balls
Bouncing Balls is a self playing and 100% AI generated game in Python. No code was written manually!
https://github.com/luport-dev/bouncing-balls
python3
Last synced: 9 months ago
JSON representation
Bouncing Balls is a self playing and 100% AI generated game in Python. No code was written manually!
- Host: GitHub
- URL: https://github.com/luport-dev/bouncing-balls
- Owner: luport-dev
- Created: 2025-03-09T14:44:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-09T15:02:33.000Z (over 1 year ago)
- Last Synced: 2025-03-09T15:31:28.905Z (over 1 year ago)
- Topics: python3
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Bouncing Balls
A simple Pygame project demonstrating bouncing balls with collision and explosion effects.
## Features
- Multiple bouncing balls
- Collision detection
- Explosion effects with particles
- Colorful visuals
## Screenshot

## Requirements
- Python 3.x
- Pygame
## Installation
1. Make sure you have Python 3.x installed. If needed, visit https://www.python.org/downloads/ to install it. You can verify your version by running:
```bash
python --version
```
2. Install Pygame:
```bash
pip install pygame
```
## Usage
Run the `main.py` file.
```bash
python main.py