Skip to content

My version of the sokoban game written in haskell. Playable in the UNIX terminal.

Notifications You must be signed in to change notification settings

AlexBula/sokoban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Sokoban in the Terminal

Created by Aleksander Buła

Symbols Meaning:

  • @ - player
  • $ - box
  • # - wall
  • . - storage
  • (space) - floor

Additional informations

Steering via WSAD keys.
Undo last move - U
Reset the whole game - R

Running

Simply type runhaskell sokoban.hs in the terminal!

Example level

alt text

About

My version of the sokoban game written in haskell. Playable in the UNIX terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published