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

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!

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

![Screenshot](screenshot.png)

## 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