Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andreabaciu17/gravityballs-python-

Gravity Balls is an exciting Python game where you’ll click on the screen to create balls that fall gracefully. So, are you ready to dive into the world of Gravity Balls and see how quick your reactions can be? 🎈
https://github.com/andreabaciu17/gravityballs-python-

balls games pygame pygame-games python

Last synced: 7 days ago
JSON representation

Gravity Balls is an exciting Python game where you’ll click on the screen to create balls that fall gracefully. So, are you ready to dive into the world of Gravity Balls and see how quick your reactions can be? 🎈

Awesome Lists containing this project

README

        

# 🔮Gravity Balls🔮

**Date:** 9/31/24
**Author:** Andrea B.
**Contact:** [email protected]

## Description
Jump into the falling world of Gravity Balls! 🎈 Click to make a ball appear, and watch them fall gracefully down the screen. See how long you can last in this fun and addictive game!

## Features
- **Multiple Balls:** Enjoy the challenge of keeping track of numerous balls as they drop from wherever you click on the screen.
- **Smooth Animation:** Experience a fluid gameplay with 120 frames per second, providing a seamless visual experience.
- **Interactive Intro Screen:** Start your adventure with a welcoming screen that introduces the game and lets you jump right in with a simple click.

![GravityBalls Demo](https://github.com/user-attachments/assets/59a0810d-31df-4678-92b7-5a89bb69a7cd)

## How to Run the Code
1. **Clone the Repository:**
```
git clone https://github.com/AndreaBaciu17/GravityBalls-Python-.git
cd GravityBalls-Python-
```

2. **Install Pygame:**
Make sure you have Python installed on your machine. Then install the Pygame module using pip:
```
pip install pygame
```

3. **Run the Game:**
Ensure that the `gravity_ball.png` image is in the same directory as your code. Then run the Python script:
```
python main.py
```