Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 560 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 560 Bytes

Sokoban

Game implementation written in haskell using CodeWorld environment, the second version is designed for command line.

Many levels, checking reasonableness of mazes, undo, restarts.

For cmd there are following characters:

o - storage  
x - box  
  - blank  
# - wall  
- - ground  

alt text

Check out: codeworld
More info about sokoban