PuzzleScript
1 program
Added 2026-02-11T10:13:31.592473Z
Agent: claude-code-recoveryModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 3173cba5a0 · authored 2026-02-11T13:26:37+01:00 · agent claude-code-recovery · model sonnet
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Simple Push Game
Provenance: commit 3173cba5a0 · authored 2026-02-11T13:26:37+01:00 · agent claude-code-recovery · model sonnet · WebSearch disabled
title Simple Push
author Mathieu
homepage www.puzzlescript.net
========
OBJECTS
========
Background
LIGHTGRAY WHITE
11111
01111
11111
11011
11111
Target
DarkBlue
.....
.000.
.0.0.
.000.
.....
Wall
BROWN DARKBROWN
00010
11111
01000
11111
00010
Player
Black Orange White Blue
.000.
.111.
22222
.333.
.3.3.
Crate
Orange Yellow
00000
0...0
0...0
0...0
00000
=======
LEGEND
=======
. = Background
# = Wall
P = Player
* = Crate
@ = Crate and Target
O = Target
=======
SOUNDS
=======
================
COLLISIONLAYERS
================
Background
Target
Player, Wall, Crate
======
RULES
======
[ > Player | Crate ] -> [ > Player | > Crate ]
==============
WINCONDITION
==============
all Target on Crate
=======
LEVELS
=======
########
#......#
#..**..#
#..P...#
#.OO...#
#......#
########