mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
e6072056e7
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
97 lines
2 KiB
Groff
97 lines
2 KiB
Groff
.\" 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.
|
|
.
|