A simple fruit sorting game built with Python and Pygame.
- Fruits move down the conveyor belt in the center.
- Each side has a box labeled with a random fruit name.
- Use the left and right arrow keys to send the fruit to the correct box.
- If you match correctly, you score points and the game gets faster.
- If you make a mistake, the game ends.
- Install Python (https://www.python.org/downloads/)
- Install dependencies:
pip install -r requirements.txt - Run the game:
python fruitdump.py