rsokoban

Really simple Sokoban implementation in Ruby. I wrote it because I’d never written one and ‘cause it’s a neat game. Don’t judge.

How to play

   #####
   #   #
   # $$####
   #  $ $ #
   #  #   #
####  ##$ ######
#   @ ##     ..#
##           ..#
 ########### .+#
          ######

Legend:

The following keys work in RSokoban:

Changelog

1.1.0

Added vim directional keys.

1.0.1

Fixed broken undo function (it didn’t move boxes back to where they were before being pushed).

1.0.0

First version. Don’t judge.

Contributing to rsokoban

Copyright © 2012 Max Thom Stahl. See LICENSE.txt for further details.