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)
LLM (this repo) · 1

Related languages

AppleScript (0.42)ReScript (0.41)PureScript (0.38)PlayScript (0.37)PogoScript (0.37)

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
code.txt · added: 2026-02-11T10:13:49.884530Z
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...#
#......#
########

Contribute — propose a file extension

Tell us where to find evidence about PuzzleScript (mapped to pl/puzzlescript). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/PuzzleScript/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Puzzlang PV-WAVE →