Skip to content

adimiko/FruitCatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Table of contents

General info

This is a simple game.
Created for educational purposes.

Technologies

Project is created with:

  • Unity version: 2018.4.19f1 Personal
  • C#

About this game

Player controls the fruit basket.
The goal is to catch as many fresh fruits as possible.
Among falling fruit, the probability for good fruit is 70% and 30% for bad.
As the game progresses, the difficulty level increases.
For each fresh fruit caught, the player receives points.

  • Good apple: 5 points
  • Good banana: 10 points
  • Good pear: 10 points
  • Good strawberry: 5 points

For each stale fruit caught, the player receives negative points.

  • Bad apple: -5 points
  • Bad banana: -10 points
  • Bad pear: -10 points
  • Bad strawberry: -5 points

The player has 3 hearts.
If the player does not catch fresh fruit, he loses his heart.
When the player loses all hearts, the game ends.

Author

Adrian Mikołajczyk [email protected]

Assets used

About

A simple game created in Unity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages