Date: 9/31/24
Author: Andrea B.
Contact: baciuandrea04@gmail.com
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!
-
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.
-
Clone the Repository:
git clone https://github.com/AndreaBaciu17/GravityBalls-Python-.git cd GravityBalls-Python-
-
Install Pygame: Make sure you have Python installed on your machine. Then install the Pygame module using pip:
pip install pygame
-
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