Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 513 Bytes

dance_python.md

File metadata and controls

21 lines (16 loc) · 513 Bytes

@flyoutOnly true

@hideIteration true

@explicitHints true

Choreograph a Dance

for i in range(3):
    hoc.dance(Dance.GolemGallop)
hoc.dance(Dance.DolphinDisco)
hoc.dance(Dance.WitherWave)
hoc.dance(Dance.MushroomMarch)

Dance like no one's watching

The Agent needs help choreographing a dance sequence for the show. Use the ||hoc:hoc.dance()|| function to sequence a dance choreography for the Agent.

hoc2024-ts=github:ReWrite-Media/hoc2024-ts/n/dance