|
NAMEboggle —
word search game
SYNOPSIS
DESCRIPTIONThe object ofboggle is to find as many words as
possible on the Boggle board within the three minute time limit. A Boggle
board is a four by four arrangement of Boggle cubes, each side of each cube
displaying a letter of the alphabet or ‘qu’. Words are formed by
finding a sequence of cubes (letters) that are in the game's dictionary. The
(N+1)th cube in the word must be horizontally, vertically, or diagonally
adjacent to the Nth cube. Cubes cannot be reused. Words consist solely of
lower case letters and must be at least 3 letters long.
Command line flags can be given to change the rules of the game:
A starting board position, boardspec, can be specified on the command line by listing the board left to right and top to bottom, in lower case. Help is available during play by typing ‘?’. More detailed information on the game is given there. FILES
AUTHORSBoggle is a trademark of Parker Brothers.Barry Brachman, Dept. of Computer Science, University of British Columbia BUGSNo word can contain a ‘q’ that is not immediately followed by a ‘u’.When using the
Visit the GSP FreeBSD Man Page Interface. |