๐ฌ Dolphin Code Playground
๐ How to Play:
The dolphin wants to swim through the pool and flip past obstacles!
โ Use this command to make the dolphin **swim forward**:
swim()
โ Make the dolphin do a flip (jump out of the water) with:
flip()
โ You can also make the dolphin talk:
say("Hi there!")
๐ Example:
flip()
swim()
say("Splish splash!")
๐จ If the dolphin hits a floating obstacle without flipping, youโll get splashed!
The dolphin wants to swim through the pool and flip past obstacles!
โ Use this command to make the dolphin **swim forward**:
swim()
โ Make the dolphin do a flip (jump out of the water) with:
flip()
โ You can also make the dolphin talk:
say("Hi there!")
๐ Example:
flip()
swim()
say("Splish splash!")
๐จ If the dolphin hits a floating obstacle without flipping, youโll get splashed!
