diff options
Diffstat (limited to 'games/hack-of-life/hackoflife.6')
-rw-r--r-- | games/hack-of-life/hackoflife.6 | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/games/hack-of-life/hackoflife.6 b/games/hack-of-life/hackoflife.6 new file mode 100644 index 0000000000000..ed3d38339eda9 --- /dev/null +++ b/games/hack-of-life/hackoflife.6 @@ -0,0 +1,66 @@ +.\" Man page generated from reStructuredText. +. +.TH HACKOFLIFE 6 "2020-11-20" "20130628_3a6c824" "SlackBuilds.org" +.SH NAME +hackoflife \- networked multiplayer curses Conway's Life variant +. +.nr rst2man-indent-level 0 +. +.de1 rstReportMargin +\\$1 \\n[an-margin] +level \\n[rst2man-indent-level] +level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] +- +\\n[rst2man-indent0] +\\n[rst2man-indent1] +\\n[rst2man-indent2] +.. +.de1 INDENT +.\" .rstReportMargin pre: +. RS \\$1 +. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] +. nr rst2man-indent-level +1 +.\" .rstReportMargin post: +.. +.de UNINDENT +. RE +.\" indent \\n[an-margin] +.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] +.nr rst2man-indent-level -1 +.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] +.in \\n[rst2man-indent\\n[rst2man-indent-level]]u +.. +.\" RST source for hackoflife(6) man page. Convert with: +. +.\" rst2man.py hackoflife.rst > hackoflife.6 +. +.\" rst2man.py comes from the SBo development/docutils package. +. +.SH SYNOPSIS +.sp +hackoflife +.SH DESCRIPTION +.sp +\fBhackoflife\fP is a modified version of Conway\(aqs Game of Life that has +multiple colors of cells. The object of the game is to defeat other +players by eliminating their cells, and/or cover over 1/3 of the board +with your color of cell. +.sp +There are no command\-line options or arguments. The program is +controlled via its built\-in menus. For full documentation, see: +.sp +/usr/doc/hack\-of\-life\-20130628_3a6c824/README +.SH COPYRIGHT +.sp +See the file /usr/doc/hack\-of\-life\-20130628_3a6c824/COPYING for license information. +.SH AUTHORS +.sp +hackoflife was written by isharacomix. +.sp +This man page written for the SlackBuilds.org project +by B. Watson, and is licensed under the WTFPL. +.SH SEE ALSO +.sp +The hackoflife homepage: \fI\%https://github.com/isharacomix/hack\-of\-life\fP +.\" Generated by docutils manpage writer. +. |