Linux command
boggle 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start a game of Boggle
boggle
Play with a custom time limit in seconds
boggle -t [180]
Set minimum word length
boggle -w [4]
Start with a specific board configuration
boggle [abcdefghijklmnop]
Allow cubes to be reused (not in succession)
boggle +
说明
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.
参数
- -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
FAQ
What is the boggle command used for?
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.
How do I run a basic boggle example?
Run `boggle` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -b do in boggle?
Batch mode. Requires a boardspec. Reads dictionary from stdin and outputs matching words to stdout