IT201_Project03_AmreenKaur_Bhatia
This allows users to draw various shapes using their mouse. The user can press or hold the right button to spawn in different objects. If they drag the mouse while holding the button, objects will be created following the movement of their cursor. There are settings dropdowns that the user can use to change the shape or color of the created objects. They can also reset the canvas using "Clear Button". The user can also use a dropdown to set the background color. There is a button for the user to randomize the color of the already drawn shapes. There is also a checkbox toggle that when checked, will randomize the scale of the drawn shape. There is the "Timed Clear" function which has a clock, slider and toggle. The clock will always show the user's local time. When timed clear is checked, the canvas will automatically be emptied whenever the amount of time set on the slider has passed. The user can select a generic shape (cube, sphere, cylinder) but can also select a cone which will spin when placed. The user can check the "Animation" toggle to play an animation on any drawn cubes, spheres, or cylinders when they are placed. The user can also enable the "Sweeper Bar" which is a plane that will go back and forth, clearing drawn shapes as it hits them.
Feature 10: Sweeper Bar Clearing
Input: Sweeper toggle on the bottom left of the screen
Output: Sweeper bar moving upside down to clear objects.
Description: When the sweeper toggle is enabled, a sweeper plane will continuously slide upside down over the game area. It will destroy any game objects it touches.
Feature 11: Shape spawn animation
Input: Animate spawn toggle on the bottom left of the screen.
Output: A distortion animation on shapes when they are drawn (excluding cone).
Description: When the Animation toggle is enabled, as new shapes are drawn, they will undergo brief transformation animation causing them to look distorted. As the cone in feature 12 already has an animation, it is excluded from this.
Feature 12: Cone shape
Input: Cone selection on shape dropdown on the bottom left of the screen
Output: Spinning cones being drawn when the user clicks.
Description: When cone is selected in the shape dropdown, the user can draw with a cone shape. This is the same behavior as drawing with a cube, sphere, or cylinder by right clicking. Unlike other shapes, this one rotates when drawn.
Published | 17 days ago |
Status | Released |
Platforms | HTML5 |
Author | amreen_bhatia95 |
Made with | Unity |