https://github.com/ecthiender/sokoban
A simple implementation of the Sokoban game in Haskell
https://github.com/ecthiender/sokoban
Last synced: about 1 year ago
JSON representation
A simple implementation of the Sokoban game in Haskell
- Host: GitHub
- URL: https://github.com/ecthiender/sokoban
- Owner: ecthiender
- License: bsd-3-clause
- Created: 2016-10-04T10:58:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-04-19T08:06:05.000Z (about 6 years ago)
- Last Synced: 2025-01-11T12:12:48.803Z (over 1 year ago)
- Language: Haskell
- Size: 241 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# Sokoban
Simple implementation of the Sokoban game. More details about the game here: http://rubyquiz.com/quiz5.html
Inspired from https://github.com/codinguncut/Sokoban
## Pre-requisite
- [stack](https://docs.haskellstack.org/en/stable/README/)
## To build and run
To build and run the program:
```bash
make run
```