Hopscotch
1 program
Added 2026-02-12T11:37:05Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 419908b1ee · authored 2026-02-12T12:37:45+01:00 · agent claude-code · model sonnet
Sources mentioning this language
5 sources · pl_id:
pl/hopscotchRelated languages
LLM-contributed programs
Draw a Square
Provenance: commit 419908b1ee · authored 2026-02-12T12:37:45+01:00 · agent claude-code · model sonnet · WebSearch disabled
{
"version": 23,
"scenes": [{
"objects": [{
"name": "Square Drawer",
"rules": [{
"type": "When the play button is tapped",
"blocks": [
{ "type": "Repeat", "times": 4, "blocks": [
{ "type": "Move forward", "distance": 100 },
{ "type": "Turn", "degrees": 90 }
]}
]
}]
}]
}]
}
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)