This Egg Catcher game, implemented in Python using the Pygame library, challenges players to catch falling eggs with a basket. The game features multiple lives, increasing difficulty, and the option to choose control methods (keyboard or mouse).
-
Controls: Keys Control: Press K to choose keyboard control. Mouse Control: Press M to choose mouse control.
-
Gameplay:
- Use arrow keys or mouse movement to control the basket.
- Catch falling eggs to earn points.
- Every 5 caught eggs increase the egg falling speed.
- The game ends when all lives are lost.
- Pause:
- Press P to toggle pause during gameplay.
- Game Over:
- The game ends when all lives are lost.
- Press R to replay or Q to quit.
- Install Python if not already installed.
- Install the Pygame library using pip install pygame.
- Run the script using python egg_catcher.py.
Python 3.x Pygame library
Arrow keys: Move the basket left or right. Mouse: Move the basket by moving the mouse. K: Choose keyboard control. M: Choose mouse control. P: Toggle pause during gameplay. R: Replay the game after Game Over. Q: Quit the game after Game Over.
This game was created using the Pygame library (https://www.pygame.org/). Inspired by classic arcade games.