Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 756 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 756 Bytes

InfiniteFallingBalls

Simple game made with the Pygame Python package where your goal is to avoid being hit by the balls falling from the sky.

InfiniteFallingBalls

How to play

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