Drag the fish to feed the Shark!
s1StartDrag(e, fish)"
@touchstart.prevent="(e) => s1StartDrag(e, fish)"
>
{{ s1.eatenRed }}
+
{{ s1.eatenYellow }}
=
{{ s1.isComplete ? s1.eatenRed + s1.eatenYellow : '?' }}
Tap the pumps to inflate!
{{ s2.pumpsLeft }}
+
{{ s2.pumpsRight }}
=
{{ s2.isComplete ? s2.targetLeft + s2.targetRight : '?' }}
Need {{ s2.targetLeft }}
Need {{ s2.targetRight }}
Fill the tank to dive!
{{ s3.val1 }}
+
{{ s3.val2 }}
=
{{ s3.val1 + s3.val2 }}
{{ 11-n }}
Make 10! Drag the pearl to the matching shell.
s4StartDrag(e, pearl)"
@touchstart.prevent="(e) => s4StartDrag(e, pearl)"
>
{{ pearl.val }}
Shell + Pearl = 10
You Did It!
You are an Addition Master!