-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwmcellauto.1
More file actions
47 lines (47 loc) · 1.25 KB
/
wmcellauto.1
File metadata and controls
47 lines (47 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
.TH WMAUTOCELL "1" "March 2017"
.SH NAME
wmautocell \- Window Maker dockapp for displaying cellular automata
.SH SYNOPSIS
.B wmcellauto
[\fI\,OPTIONS\/\fR]
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help text and exit
.TP
\fB\-v\fR, \fB\-\-version\fR
show program version and exit
.TP
\fB\-w\fR, \fB\-\-windowed\fR
run the application in windowed mode
.TP
\fB\-a\fR, \fB\-\-alivecolor\fR <string>
color of live cells (default: light sea green)
.TP
\fB\-d\fR, \fB\-\-deadcolor\fR <string>
color of dead cells (default: black)
.TP
\fB\-t\fR, \fB\-\-time\fR <number>
time in ms between generations (default: 250)
.TP
\fB\-b\fR, \fB\-\-birth\fR <string>
custom ruleset \- specify number of adjacent cells
required for birth (default: 3)
.TP
\fB\-s\fR, \fB\-\-survival\fR <string>
custom ruleset \- specify number of adjacent cells
required for survival (default: 23)
.TP
\fB\-r\fR, \fB\-\-ruleset\fR <string>
select ruleset (life (default), 2x2, day & night,
flock, fredkin, highlife, life without death,
live free or die, maze, mazectric, move,
replicator, seeds)
.TP
\fB\-\-density\fR <number>
percentage of live cells in initial random grid
(default: 50)
.TP
\fB\-R\fR, \fB\-\-reset\fR <integer>
number of generations until grid resets
(default: -1, i.e., don't reset)