new copyright notice
[unix-history] / usr / src / games / worms / worms.6
CommitLineData
019a2343
KB
1.\" Copyright (c) 1989 The Regents of the University of California.
2.\" All rights reserved.
71f88c5b 3.\"
019a2343
KB
4.\" Redistribution and use in source and binary forms are permitted
5.\" provided that the above copyright notice and this paragraph are
6.\" duplicated in all such forms and that any documentation,
7.\" advertising materials, and other materials related to such
8.\" distribution and use acknowledge that the software was developed
9.\" by the University of California, Berkeley. The name of the
10.\" University may not be used to endorse or promote products derived
11.\" from this software without specific prior written permission.
12.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
13.\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
14.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
71f88c5b 15.\"
019a2343
KB
16.\" @(#)worms.6 6.3 (Berkeley) %G%
17.\"
18.UC 7
0555f703 19.TH WORMS 6 ""
71f88c5b
KM
20.UC 4
21.SH NAME
22worms \- animate worms on a display terminal
23.SH SYNOPSIS
019a2343 24.B worms
71f88c5b 25[
be8e8cf8 26.B \-ft
71f88c5b 27] [
bea29141 28.B \-length
71f88c5b 29# ] [
bea29141 30.B \-number
be8e8cf8 31# ]
71f88c5b
KM
32.SH DESCRIPTION
33.ad b
34Brian Horn (cithep!bdh) showed me a
35.I TOPS-20
36program on the DEC-2136 machine called
37.IR WORM ,
38and suggested that I write a similar program that would run under
39.IR Unix .
40I did, and no apologies.
41.PP
019a2343
KB
42The options are as follows:
43.TP
44.I -f
45makes a ``field'' for the worm(s) to eat.
46.TP
47.I -t
48causes each worm to leave a trail behind it.
49.PP
50You can figure out the rest by yourself.
71f88c5b
KM
51.SH AUTHOR
52Eric P. Scott
71f88c5b
KM
53.SH BUGS
54The lower-right-hand character position will not be updated properly
55on a terminal that wraps at the right margin.