4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / games / worms / worms.6
CommitLineData
7f640219
KB
1.\" Copyright (c) 1989, 1993
2.\" The Regents of the University of California. All rights reserved.
71f88c5b 3.\"
91cff1e1 4.\" %sccs.include.redist.man%
71f88c5b 5.\"
7f640219 6.\" @(#)worms.6 8.1 (Berkeley) %G%
019a2343 7.\"
bd51951e
KB
8.Dd
9.Dt WORMS 6
10.Sh NAME
11.Nm worms
12.Nd animate worms on a display terminal
13.Sh SYNOPSIS
14.Nm worms
15.Op Fl ft
16.Op Fl l Ar length
17.Op Fl n Ar number
18.Sh DESCRIPTION
19A UNIX version of the DEC-2136 program ``worms''.
20.Pp
019a2343 21The options are as follows:
bd51951e
KB
22.Bl -tag -width indent
23.It Fl f
24Makes a ``field'' for the worm(s) to eat.
25.It Fl t
26Makes each worm leave a trail behind it.
27.It Fl l
28Specifies a length for each worm; the default is 16.
29.It Fl n
30Specifies the number of worms; the default is 3.
31.Sh BUGS
71f88c5b
KM
32The lower-right-hand character position will not be updated properly
33on a terminal that wraps at the right margin.