Problem
Discovering winning/Exit strategy. We are in the process of coding a game. The player should run in a forest and collect coins before the time is up. The user is only allowed 3 minutes to finish the game. The player wins if s/he collects 3 golden coins or 6 silver coins. If the user was caught by one of the monsters, then the game ends as well. Using the given strategy define both the winning and exist rules to determine if the player wins or fails.