Brief Description: I created an object catching game where the user must left click on the screen to spawn a cube and then right click on the cube when it reaches the lower half of the screen to earn points. The user can change the color and it detects the mouse position on the X,Y plane.


Features:

Feature 1: Displays Mouse Position

Input: Mouse Location

Output: There is text on the lower left side of the screen showing the X,Y position of the mouse. 

Feature 2: Spawn falling objects

Input: Mouse Left Click

Output: A cube is spawned at the location of the left click which will then fall down the screen.

Feature 3: “Catch” falling objects

Input: Mouse Right Click on Object

Output: Right clicking on the cube will “catch” it by destroying it and turning it into particles. 

Feature 4: Change Cube Color

Input: Dropdown menu

Output: Use the dropdown menu to change the color of the falling cube.

Feature 5: Scoring System

Input: Right click on falling object once it reaches lower half of screen

Output: Score will increase by one every time the user right clicks on the falling object AFTER it reaches the lower half of the screen


StatusReleased
PlatformsHTML5
Authorguynamedaj
Made withUnity