-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
.TH sokochez 6 "10 July 2017" "version 0.6.2" | ||
.SH NAME | ||
sokochez - a local two players puzzle game inspired by sokoban | ||
.SH SYNOPSIS | ||
.B sokochez [-h] | [-e] | ||
.I file ... | ||
.SH DESCRIPTION | ||
.B sokochez | ||
is a puzzle game meant to be played by two players. | ||
There are three types of maps, their rules are : | ||
put the blocks next to their respective positions, | ||
put the block A next to the block B, | ||
meet the other player. | ||
.PP | ||
In order to move, use | ||
.B wasd | ||
and | ||
.B okl; | ||
keys. | ||
To open the menu, press | ||
.BR v | ||
|
||
.SH OPTIONS | ||
.IP -e | ||
open the map editor | ||
.IP -h | ||
display help | ||
|
||
.SH AUTHOR | ||
Baptiste Pouget <baba@firemail.cc> |