FlowChart: Maze Game Core

Instructions: create a FlowChart for the following coding challenge:
Scratch Game Challenge Maze Core
Summary: Navigate the maze collecting the two treasures while avoiding the shark within 1 mins for each of the 2 levels.
– player moves based on keyboard or GamePad inputs
– gameover if touches maze or shark
– player must collect two treaure sprites before exiting maze withing 1 mins to go to next level
– 2 levels with a different maze
– player needs to start at correct position for each maze level
– shark sprite needs to block exit path
– winner if complete level 2 maze within 1 mins