Collision Escape
About
Created by David Khankin with assets from the MSU GEL LAB
Modification Log:
Modified Main Screen to have more animations and fit according to needs
Created 1 level
Modified Camera to follow along auto-scroll style rather than following the player
Added auto-scroll concept to force the player to move fast
Created Script to rotate objects in place
Attempted to use MoveWaypoints script to move auto scroller but had an issue where the wall would slowly drift upwards.
-Resolved the above issue by creating my own script to move the wall to the right
Added script to stop the wall from continuing forward indefinitely on player death or game win
-This involved modifying the given health script on the player and adding a reference to the auto-scroll wall
-The same modification was done to the Goal Pickup script
Modified UI to handle 1 level and add a retry button to game over page