A simple Python game built with Pygame where the player catches falling objects to earn points.
Move the blue player left and right using the arrow keys.
Catch the red falling objects to earn points.
Watch your score grow as you play!
Smooth 2D movement
Random falling objects for replay fun
Score display in real-time
Python 3
Pygame (pip install pygame)
🚀 Run the Game python catch_the_object.py
Action Key
Move left Left arrow
Move right Right arrow
Quit game Close the window
Increase the speed variable in the code for a bigger challenge.
Customize object size or player size for fun variations.