Tuesday, November 25, 2014

Tuesday November 25

Today I finished the frog tongue implementation without too much trouble. It now extends from the frog's mouth very quickly and snatches the fly. Had to add another variable to fly called isScored that is different from isEaten in that it is used to set whether the fish or frog reaches the fly first. IsEaten is used to show if the fly should be rendered or not.

Also inherited the task to fix the gap between each obstacle from Steven. It's a headache to get the fine tuning between too easy and too hard.