Now, we need to link up our stories. When the user turns left, they see a tiger (story1) and when they turn right, they find a chest (story2).


If successful, you should be able to navigate through the story like the flow chart below:



💡Hint 1: Think about how you can track where the user is in the storyline using a number.

💡Hint 2: You might want to create an updateUI() method to reduce the amount of repeated code.