Simple game made with the Pygame Python package where your goal is to avoid being hit by the balls falling from the sky.
- Download InfiniteFallingBalls from https://github.com/pebnn/InfiniteFallingBalls/archive/refs/heads/main.zip
- Install python https://www.python.org/downloads/ (Add python to PATH in installation screen)
- Open a console window and CD to the folder where requirements.txt is located. Now run this command:
pip install -r requirements.txt
- To run make sure to CD to the directory where main.py is located and run this command:
python main.py