Camera Travel Path

This feature was not initially part of the game design. When we made the shift to use tunnels and have the character follow a path through the level we had to make it so that the player could see all aspects of the level that needed to see such as the rows that are rotated by the player. Our solution was to have the player swipe their finger along the path that they wanted to travel down. This problem was solved using a node system where a node could either be a continue or a stop.

Digestive Descent