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

https://github.com/corentinb/sokoban

Sokoban game in C, using ncurses
https://github.com/corentinb/sokoban

Last synced: 2 months ago
JSON representation

Sokoban game in C, using ncurses

Awesome Lists containing this project

README

          

# SOKOBAN
Sokoban game in C, using ncurses

# Download and installation
```
git clone https://github.com/CorentinB/sokoban.git
cd sokoban/
make
./sokoban map
```

You can make your own map containing '#' for walls, 'P' for the player, 'X' for boxes and 'O'for storage locations, and pass it as a parameter.
See ```./sokoban -h``` for usage.

![usage](https://image.noelshack.com/fichiers/2018/03/3/1516169009-capture-d-ecran-2018-01-17-a-07-02-44.png)

![example](https://image.noelshack.com/fichiers/2018/03/3/1516169009-capture-d-ecran-2018-01-17-a-07-03-11.png)