Problem : Fishing Frenzy Objective: Create a scratch project where the player moves a fishing hook up and down in order to catch the biggest fish! Given Information: Click ‘See Inside’, then click ‘Remix.’ The following features are given in the template: - A backdrop - 4 fish sprites - One hook sprite - One cat and their fishing rod The goal of the game is to catch the largest fish, and not the smaller fish, the player is going to want to maneuver the hook around the smaller fish and try to catch only the biggest one. Each game should end once the player has caught a fish. Tasks: Adding the following features will earn you the following points 1: Program the fishing hook so that the up and down arrow keys move the hook accordingly 2: Program the fish to move back and forth across the screen, facing the proper direction, and make sure they don't get too clumped up 3: Increase the ‘points’ variable when the hook makes contact with a fish. There should be different points for each fish, corresponding to the size of the fish. 2: Delete the fish sprite when a fish is caught, make it reappear on the dock with the cat, and end the game.