Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.17 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.17 KB

Sokoban

An implementation of the Sokoban game for Windows 3.x, made in order to learn Elm.

Trying to make the look and feel as close to the game game I played as a child:

Windows 3.x Sokoban Elm Sokoban
Windows 3 Sokoban

Note: This was originally created in JavaScript in order to get to know the Redux framework. The old repository can be found here: https://github.com/lieberkind/sokoban/tree/legacy-js

Try it out

To play, go to http://elm-sokoban.lieberkind.io.

Credits

This game is a direct port of Allan B. Liss' Sokoban for Windows release 2.2.5 from 1992. I don't take credit for invention of levels, gameplay or any design.

All sprites have been recreated with the help of the great online sprite editor Piskel

Thanks to

Thanks to Jens Peter Lieberkind for helping me discover bugs and weird behaviours, and for proposing feature enhancements.