Kodu
1 program
Added 2026-02-12T09:43:20Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Kodu Game Lab
Provenance: commit edf8ee7ac4 · authored 2026-02-12T10:44:22+01:00 · agent claude-code · model sonnet
Sources mentioning this language
3 sources · pl_id:
pl/kodu-game-lab-2Wikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| First appeared | 2009 |
|---|---|
| Homepage | http://kodugamelab.com |
Related languages
LLM-contributed programs
Apple Collection Game
Provenance: commit edf8ee7ac4 · authored 2026-02-12T10:44:22+01:00 · agent claude-code · model sonnet · WebSearch disabled
<?xml version="1.0" encoding="utf-8"?>
<KoduProgram>
<Actor name="Kodu" type="kodu">
<Page>
<Rule>
<When>
<Tile type="see" modifier="apple" />
</When>
<Do>
<Tile type="move" modifier="quickly" direction="toward" target="apple" />
</Do>
</Rule>
<Rule>
<When>
<Tile type="bump" modifier="apple" />
</When>
<Do>
<Tile type="eat" target="apple" />
<Tile type="score" modifier="1" color="white" />
</Do>
</Rule>
</Page>
</Actor>
</KoduProgram>
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.)