An open API service indexing awesome lists of open source software.

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

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
```