Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 513 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 513 Bytes

Sokoban

An Elm implementation of Sokoban, a type of transport puzzle.

There are 50 levels included. These levels are the same as the ones found in Spectrum Holobyte's 1984 DOS game. The level layouts, which were converted to ASCII, come from the xsok package.

The live demo can be found at https://huggablemonad.github.io/sokoban/.

Keyboard Commands

arrow keys: move player
n: next level
p: previous level
r: reset level