On Nov 1, 2004, at 2:53 AM, Dave Burt wrote:

> Well, that was fun.
>
> Actually, my favourite part was doing
>> while level.move(EAST); end
> and
>> 7.times{level.move(WEST)}
> in irb, before I built the CLI. I don't know why. It's interesting to 
> use
> Ruby directly to control a game.

This looks like the makings of a Sokoban level solver to me.  I was 
wondering if anyone would consider that for an extra feature...  :)

James Edward Gray II