Sokoban: Difference between revisions

m
m (syntax highlighting fixup automation)
m (→‎{{header|Wren}}: Minor tidy)
 
Line 4,460:
{{libheader|Wren-set}}
This works but at a rather sedate pace - 26.7 seconds.
<syntaxhighlight lang="ecmascriptwren">import "./dynamic" for Tuple
import "./llist" for DLinkedList
import "./set" for Set
 
var Board = Tuple.create("Board", ["cur", "sol", "x", "y"])
9,476

edits