Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .TH DIAPERFURIX 6 "23 Nov 2015" "1.0" "Diaperfurix man page"
- .SH NAME
- Diaperfurix - A diaperfur game with a unix-like design
- .SH SYNOPSIS
- \fBnew\fP \fIplayer\fP \fIgender\fP \fIspecies\fP
- .RS
- .sp
- creates a new player
- .RE
- .sp
- \fBinteract\fP \fIobject\fP do \fIcommand\fP
- .sp
- .RS
- runs \fIcommand\fP on \fIobject\fP
- .RE
- .sp
- \fBinteract\fP \fIobject\fP take \fIitem\fP
- .sp
- .RS
- take an \fIitem\fP from \fIobject\fP
- .RE
- .sp
- \fBinteract\fP \fIobject\fP list
- .sp
- .RS
- list items in \fIobject\fP
- .RE
- .sp
- \fBlist\fP inventory
- .sp
- .RS
- list items in inventory
- .RE
- .sp
- \fBlist\fP objects
- .sp
- .RS
- list objects in room
- .RE
- .sp
- \fBmove\fP north|south|east|west|up|down
- .sp
- .RS
- move to room toward this direction
- .RE
- .SH DESCRIPTION
- Diaperfurix is an experimental diaperfur/babyfur themed game that is played by typing commands in a Unix shell. It uses a filesystem hierarchy in place of variables for simplicity. It is written in the KornShell language and requires a POSIX system and a ksh compatable shell to play (Sorry ash users). Some shells that support the KornShell language include bash, zsh, ksh93, the modified ksh88 in various UNIXes, dtksh, loksh, mksh, and pdksh
- .sp
- .sp
- You may need to set the shebang interpreter directive to the right shell by running the following in $DIAPERFURIX_HOME
- .sp
- \fBfind\fP * -type f|\fBxargs\fP \fBsed\fP -i 's|^#!.*$|#!/path/to/shell|'
- .sp
- or if your sed can't do inplace editing
- .sp
- \fBfind\fP * -type f|\fBxargs\fP \fBperl\fP -pi -e 's|^#!.*$|#!/path/to/shell|'
- .SH ENVIRONMENT
- .TP
- .B DIAPERFURIX_HOME
- path to the top directory of the game
- .SH AUTHOR
- Pouar The Dragon ([email protected])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement