top of page
My Contributions
Dot Linking Minigame
This is made in 3D, basically just having 2D sprites in the scene and detect their mouse clicks using a raycast, and the line is a line renderer object, and the order must be clicked according to the number order.
Timed Click Minigame
Over here I am using Dot Product function, and checking if the dot product value is less than a specific range, then that would be the right time to press space.
User Interface / Notification System
The notification is system is linked with the main game manager, informs the player what organ is having issues, and also specifies the issue, along with a slider specifiying the time remaining for them to heal the organ.
bottom of page