LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

boggle

Word search game on a grid of letter cubes

TLDR

Start a game of Boggle
$ boggle
copy
Play with a custom time limit in seconds
$ boggle -t [180]
copy
Set minimum word length
$ boggle -w [4]
copy
Start with a specific board configuration
$ boggle [abcdefghijklmnop]
copy
Allow cubes to be reused (not in succession)
$ boggle +
copy

SYNOPSIS

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

DESCRIPTION

boggle is a word search game from the BSD games collection. The objective is to find as many words as possible on a 4x4 grid of letter cubes within a three-minute time limit.Words are formed by connecting adjacent cubes horizontally, vertically, or diagonally. Each cube can only be used once per word, and words must be at least 3 letters long. The game checks found words against its dictionary.Type ? during play for help. Words containing 'q' must have 'u' immediately following.

PARAMETERS

-b

Batch mode. Requires a boardspec. Reads dictionary from stdin and outputs matching words to stdout
-d
Enable debugging output
-s seed
Use specified random seed instead of current time
-t time
Set time limit in seconds (default: 180)
-w length
Set minimum word length (default: 3)
+
Allow cubes to be reused, but not consecutively
++
Allow cubes to be considered adjacent to themselves
boardspec
Specify starting board as 16 letters, left-to-right, top-to-bottom

PREVIEW

 D  O  G  S
 R  A  T  E
 L  I  N  K
 P  U  M  P

HISTORY

Boggle is a word game originally published by Parker Brothers in 1972. The BSD games version is a terminal implementation included in the classic Unix games collection that originated from Berkeley Software Distribution.

SEE ALSO

hangman(6), quiz(6)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid