code-dot-org / dance-party

Renderer for the Dance game type. Based on p5.js and p5.play.js.
https://code-dot-org.github.io/dance-party/
13 stars 13 forks source link

hoc2023: initial AI #650

Closed breville closed 1 year ago

breville commented 1 year ago

This pairs with https://github.com/code-dot-org/code-dot-org/pull/53769 in the main repo, which provides an initial AI block for Dance Party.

Here, on the Dance Party side, the AI's response JSON is parsed and can be used to set the background, foreground, and possibly add a new dancer.

This is an early foundation for internal testing, and will soon change to match the proposed design.