Skip to content

Fruit Dump is a simple arcade game made with Pygame where the player catches falling fruits in a basket while avoiding unwanted items. The game gets faster over time, testing the player’s reflexes and accuracy.

Ujwal164/python-fruit-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fruitdump Game

A simple fruit sorting game built with Python and Pygame.

How to Play

  • 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.

Setup Instructions

  1. Install Python (https://www.python.org/downloads/)
  2. Install dependencies:
    pip install -r requirements.txt
    
  3. Run the game:
    python fruitdump.py
    

About

Fruit Dump is a simple arcade game made with Pygame where the player catches falling fruits in a basket while avoiding unwanted items. The game gets faster over time, testing the player’s reflexes and accuracy.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published