document distributed with 4.2BSD
[unix-history] / usr / src / old / boggle / inst
CommitLineData
6cca9b39
KM
1.\" Copyright (c) 1980 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
5.\" @(#)inst 5.1 (Berkeley) %G%
6.\"
c28225d3
SL
7.ll 71
8.ls 1
9.ti +5
10The object of Boggle (TM Parker Bros.) is to find, within 3 minutes, as
11many words as possible in a 4 by 4 grid of letters.
12Words may be formed from any sequence of 3 or more adjacent letters
13in the grid. The letters may join horizontally, vertically,
14or diagonally. However, no position in the grid may be used
15more than once within any one word.
16In competitive play amongst humans, each player is given
17credit for those of his words which no other player has found.
18.ti +5
19This program is intended for people
20wishing to sharpen their skills at Boggle.
21If you invoke the program with 4 arguments of 4 letters each,
22(e.g. "boggle appl epie moth erhd")
23the program forms the obvious Boggle grid and lists all the
24words from /usr/dict/words found therein.
25If you invoke the program without arguments, it will generate
26a board for you, let you enter words for 3 minutes, and then
27tell you how well you did relative to /usr/dict/words.
28.ti +5
29In interactive play, enter your words separated by spaces, tabs, or newlines.
30A bell will ring when there is 2:00, 1:00, 0:10, 0:02, 0:01, and 0:00 time
31left.
32You may complete any word started before the expiration of time.
33You can surrender before time is up by hitting 'break'.
34While entering words, your erase character is only effective within the current
35word and your line kill character is ignored.
36.ti +5
37Advanced players may wish to invoke the program with 1 or 2 +'s as the
38first argument. The first + removes the restriction that postions can only
39be used once in each word.
40The second + causes a position to be considered adjacent to itself
41as well as its (up to) 8 neighbors.
42Hit any key to begin.