diff options
author | BurnZeZ <brz-9dev@feline.systems> | 2016-03-19 20:03:10 -0400 |
---|---|---|
committer | BurnZeZ <brz-9dev@feline.systems> | 2016-03-19 20:03:10 -0400 |
commit | 730578d40c8e1a46c76a83c4295e9ea8df611ea9 (patch) | |
tree | ad8fc870b7e3474e0da47f837d6dd51812192df6 /sys/man/1/games | |
parent | 98eb99c376980643b013086ab728258744e33d03 (diff) |
games/life: add -d delay parameter, -b color reversal parameter, and update manpage
Diffstat (limited to 'sys/man/1/games')
-rw-r--r-- | sys/man/1/games | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sys/man/1/games b/sys/man/1/games index 4eb6a36a2..24c92c2eb 100644 --- a/sys/man/1/games +++ b/sys/man/1/games @@ -63,6 +63,19 @@ .I pattern .br .B games/life +[ +.B -3 +] [ +.B -o +] [ +.B -d +.I delay +] [ +.B -r +.I rules +] [ +.B -b +] .I startfile .br .B games/mandel @@ -209,6 +222,20 @@ There is a library of interesting initial positions; the library is consulted if .I startfile cannot be found. +The +.B -3 +and +.B -o +options select between rules known as +.IR 34-life " and " lineosc , +while +.B -o +allows specifying the rules explicitly as an argument. +The +.B -d +option allows specifying the delay in milliseconds between steps, and +.B -b +reverses the color scheme. .TP .B mahjongg Remove all tiles |