diff options
author | B. Watson <yalhcru@gmail.com> | 2020-11-14 06:10:12 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-14 17:16:42 +0700 |
commit | e6072056e771bcf271f7bb67ff6d3e2a3bdefabf (patch) | |
tree | d84b9b6e954240b8fefe0884845b468633dc16a9 /games/ncursesoflife/ncursesoflife.6 | |
parent | bf5da0a0ca6432eaf8961a1997c4caf850e4f99a (diff) | |
download | slackbuilds-e6072056e771bcf271f7bb67ff6d3e2a3bdefabf.tar.gz |
games/ncursesoflife: Added (console Conway's Game of Life)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/ncursesoflife/ncursesoflife.6')
-rw-r--r-- | games/ncursesoflife/ncursesoflife.6 | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/games/ncursesoflife/ncursesoflife.6 b/games/ncursesoflife/ncursesoflife.6 new file mode 100644 index 0000000000..6ea5f05031 --- /dev/null +++ b/games/ncursesoflife/ncursesoflife.6 @@ -0,0 +1,97 @@ +.\" Man page generated from reStructuredText. +. +.TH NCURSESOFLIFE 6 "2020-11-12" "20141006_0ceeca7" "SlackBuilds.org" +.SH NAME +ncursesoflife \- console Conway's Game of Life simulator +. +.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 ncursesoflife(1) man page. Convert with: +. +.\" rst2man.py ncursesoflife.rst > ncursesoflife.6 +. +.\" rst2man.py comes from the SBo development/docutils package. +. +.\" converting from pod: +. +.\" s/B<\([^>]*\)>/**\1**/g +. +.\" s/I<\([^>]*\)>/*\1*/g +. +.SH SYNOPSIS +.sp +ncursesoflife +.SH DESCRIPTION +.sp +ncursesoflife is a simple Conway\(aqs Life simulator, with the ability +to draw your own patterns and run the simulation one step at a time +or continuously. +.sp +There are no command\-line options or arguments. +.SH CONTROLS +.sp +SIM stage: +.INDENT 0.0 +.TP +.B \fBp\fP +play/pause +.TP +.B \fBn\fP +step +.TP +.B \fB+\fP +faster +.TP +.B \fB\-\fP +slower +.TP +.B \fBq\fP +quit +.UNINDENT +.sp +WHEN PAUSED: +.INDENT 0.0 +.TP +.B \fBw\fP \fBa\fP \fBs\fP \fBd\fP, \fBarrow keys\fP +move +.TP +.B \fBspace\fP +toggle cell +.UNINDENT +.sp +Game starts out paused. All SIM keystrokes will work when paused (step only works paused). +.SH AUTHORS +.sp +ncursesoflife was written by AftExploision. +.sp +This man page written for the SlackBuilds.org project +by B. Watson, and is licensed under the WTFPL. +.SH SEE ALSO +.sp +The ncursesoflife homepage: \fI\%https://github.com/AftExploision/NcursesOfLife\fP +.\" Generated by docutils manpage writer. +. |