The concept of Vertical Slice was to recreate a level form a existing game, in our case that was Monument Valley. Monument Valley is a indie puzzle game where the player leads a character through various mazes of optical illusions and impossible objects while manipulating the world around her to reach various platforms.
This project i learned a lot about single responsibility and reusable code. Having programmed the movement i made sure to make it easy for me to add tiles and make them work within the process without much recoding.