[GAME] Sluzzle (simple 3x3 sliding puzzle game)

121 views
Skip to first unread message

Hannes Petri

unread,
Apr 15, 2015, 2:15:39 PM4/15/15
to puzzle...@googlegroups.com
I tried to implement a simple 3x3 sliding puzzle game using PuzzleScript. The rules used to recognise a finished board are pretty simple and seem to work alright, but it feels like a hack. I'd be interested to see if anyone has an alternative way of solving it.

Hannes Petri

unread,
Apr 15, 2015, 3:17:24 PM4/15/15
to puzzle...@googlegroups.com
Oops, made a stupid mistake. Here's the working one. http://www.puzzlescript.net/play.html?p=6295e820abd87f3fedf0

Connorses _

unread,
Apr 28, 2015, 4:03:14 AM4/28/15
to puzzle...@googlegroups.com
woah... I usually am really bad at these or I get all impatient with them. For some reason seeing it laid out with numbers instead of a picture helped me see a way to solve it pretty quick.

zaraw...@gmail.com

unread,
May 1, 2015, 5:27:27 PM5/1/15
to puzzle...@googlegroups.com
I'd go with

RIGHT [ stationary One |  Two | Three ] -> [ action One | Two | Three ]
RIGHT [ stationary Four | Five | Six ] -> [ action Four | Five | Six ]
RIGHT [ stationary Seven | stationary Eight | Player ] -> [ action Seven | Eight | Player ]
DOWN [ action One | action Four | action Seven ] -> win
Reply all
Reply to author
Forward
0 new messages