RaviPanagar-IT201-Project2
App Overview: This app is a 3D platformer where the player can move, jump, and interact with objects using a variety of UI elements. The new features add interactive experiences including a clock system, a random effect tool, a button-triggered door, and a speed boost pad.
Feature Descriptions (New Features)
🔹 Feature #1: Interactive Digital Clock
-
UI has two buttons: "Hour +" and "Minute +"
-
Clicking them changes the displayed time (TextMeshPro)
-
Different from Project 1 since it uses UI input to change a visual clock display
🔹 Feature #2: Random Effects via Dropdown
-
Dropdown with 3 options: Change Color, Change Size, Rotate
-
Clicking "Apply Effect" applies the effect to the player randomly
-
Different from Project 1 since it adds randomization with user-selected control
🔹 Feature #3: Door that Opens with Button
-
Cube door opens when user clicks “Open Door” UI Button
-
Door moves upward smoothly
-
Different from Project 1: this introduces animated object behavior tied to a button
🔹 Feature #4: Speed Boost Pad
-
When player touches a glowing cube on the floor, their speed doubles for 3 seconds
-
Cube uses
OnTriggerEnter
and a tag “SpeedPad” -
Different from Project 1: introduces temporary character stat change based on collision
Leave a comment
Log in with itch.io to leave a comment.