FruitCollect

A classic fruit Collecting game made with pygame

Install pygame before running: “pip install pygame”

Rules: Random fruits will drop from the sky from random positions and you have to catch them using the basket.

Use the arrow keys to move the basket left and right.

If you miss the fruit and it falls to the ground 10 times, you lose.

There are three levels –

i) Easy : Lasts till you reach 20 points.

ii) Medium : Lasts from 20 points to 50 points.

iii) Hard : Hardest Level, starts at 50 points and goes on until the player quits or loses.

To quit the game manually, press “q”.

Preview of the game:

preview

Displays score:

score

GitHub

View Github