1BOGGLE(6)                      BSD Games Manual                      BOGGLE(6)
2

NAME

4     boggle — word search game
5

SYNOPSIS

7     boggle [-bd] [-s seed] [-t time] [-w length] [+ [+]] [boardspec]
8

DESCRIPTION

10     The object of boggle is to find as many words as possible on the Boggle
11     board within the three minute time limit.  A Boggle board is a four by
12     four arrangement of Boggle cubes, each side of each cube displaying a
13     letter of the alphabet or `qu'.  Words are formed by finding a sequence
14     of cubes (letters) that are in the game's dictionary.  The (N+1)th cube
15     in the word must be horizontally, vertically, or diagonally adjacent to
16     the Nth cube.  Cubes cannot be reused.  Words consist solely of lower
17     case letters and must be at least 3 letters long.
18
19     Command line flags can be given to change the rules of the game.
20
21     -b         Run boggle in batch mode.  A boardspec must also be given.
22                The dictionary is read from stdin and a list of words appear‐
23                ing in boardspec is printed to stdout.
24
25     -d         Enable debugging output.
26
27     -s seed    Specify a seed seed other than the time of day.
28
29     -t time    Set the time limit for each game from the default 3 minutes to
30                time seconds.
31
32     -w length  Change the minimum word length from 3 letters to length.
33
34     +          This flag allows a cube to be used multiple times, but not in
35                succession.
36
37     ++         This flag allows the same cubes to be considered adjacent to
38                itself.
39
40     boardspec  A starting board position can be specified on the command line
41                by listing the board left to right and top to bottom.
42
43     Help is available during play by typing ‘?’.  More detailed information
44     on the game is given there.
45

BUGS

47     If there are a great many words in the cube the final display of the
48     words may scroll off of the screen.  (On a 25 line screen about 130 words
49     can be displayed.)
50
51     No word can contain a ‘q’ that is not immediately followed by a ‘u’.
52
53     When using the + or ++ options the display of words found in the board
54     doesn't indicate reused cubes.
55

AUTHOR

57     Boggle is a trademark of Parker Brothers.
58
59     Barry Brachman
60     Dept. of Computer Science
61     University of British Columbia
62
63BSD                              April 1, 2001                             BSD
Impressum