Please enable JavaScript.
Coggle requires JavaScript to display documents.
My Game Title (FUNCTIONALITY (draw() - draw graphics and text to the…
My Game Title
FUNCTIONALITY
-
-
-
-
on_mouse_down() - event listener to detect collision between mouse and a frog. Calls frog_hit() on collision and schedules frog_reset() for 1 second
frog_hit() - adds 1 to score, shows frog dead image and plays sound effect
-
-