https://github.com/ufocoder/sokoban
Sokoban game implementation on elm language
https://github.com/ufocoder/sokoban
elm-language sokoban
Last synced: 2 days ago
JSON representation
Sokoban game implementation on elm language
- Host: GitHub
- URL: https://github.com/ufocoder/sokoban
- Owner: ufocoder
- Created: 2017-01-03T09:13:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-04T14:39:45.000Z (almost 9 years ago)
- Last Synced: 2025-03-24T06:54:38.186Z (7 months ago)
- Topics: elm-language, sokoban
- Language: Elm
- Homepage: https://ufocoder.github.io/sokoban/dist/index.html
- Size: 290 KB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sokoban
=======There is implementation of [sokoban game](https://ru.wikipedia.org/wiki/Sokoban) on [elm language](http://elm-lang.org)
You can play this game [right now](https://ufocoder.github.io/sokoban/dist/index.html).

## Development
To build bunlde run the followings:
```
elm-make ./src/Main.elm --output dist/bundle.js
```
## Content
Sokoban levels was taken from [Microcosmos Levels](http://sneezingtiger.com/sokoban/levels/microbanText.html)## Contributing
I would be thankful for your [issues](https://github.com/ufocoder/sokoban/issues) and [pull requests](https://github.com/ufocoder/sokoban/pulls)