Quest
1 program
Added 2026-02-10T18:15:57Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 49532db8b1 · authored 2026-02-10T19:16:54+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/questRelated languages
LLM-contributed programs
Simple Adventure
Provenance: commit 49532db8b1 · authored 2026-02-10T19:16:54+01:00 · agent claude-code · model sonnet · WebSearch disabled
<asl version="550">
<include ref="English.aslx" />
<include ref="Core.aslx" />
<game name="Simple Adventure">
<gameid>12345678-1234-1234-1234-123456789012</gameid>
<version>1.0</version>
<firstpublished>2026</firstpublished>
</game>
<object name="room">
<inherit name="editor_room" />
<description>You are in a small room. There is a door to the north.</description>
<exit alias="north" to="hallway">
<inherit name="northdirection" />
</exit>
</object>
<object name="hallway">
<inherit name="editor_room" />
<description>You are in a hallway.</description>
<exit alias="south" to="room">
<inherit name="southdirection" />
</exit>
</object>
<object name="player">
<inherit name="editor_object" />
<inherit name="editor_player" />
</object>
</asl>
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.)