pony

Dolphin Code Playground

๐Ÿฌ 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!

Scroll to Top