GIL794/Ball-Catch
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# Catch the Ball – Simple Pygame for Beginners A minimal Pygame project: Move a basket to catch falling balls! Perfect for first-time Pygame devs. ## How to Play - Move the basket left/right with the arrow keys. - Catch falling balls to score points. - Missed balls reset the round. ## Setup 1. Install pygame: `pip install pygame` 2. Run the game: `python simplegame.py` 3. Quit: Close the window or press ESC. ## Contributing Pull requests welcome! Try adding a timer, scoreboard, or more balls. ## License MIT