The Sokochez game
Sokochez is a multiplayer clone of sokoban. The game is written in C++
To build Sokochez run make
.
If you want to build Sokochez for an azerty keyboard :
make DEF=-DKB_AZERTY
The arguments must be the names of the maps you want to load.
To start in editor mode use the -e
argument.
Example:
./sokochez map1.txt map2.txt
The keys are zqsd
and oklm
if compiled for azerty, if compiled for qwerty, the keys are wsad
and okl;
. To open the menu, press v
.
Ignore sokochez-story, it is only used if you run make install
and allows you to run all the default levels.