Solve.Boggle: Find all valid words in a Boggle game

Description Usage Arguments Author(s) References

View source: R/solve_boggle.R

Description

Finds all valid words from 3 to 16 letters and reports them along with the maximum possible score.

Usage

1
Solve.Boggle(bog.letters = NA, lang = "fr", n.letters = 3:16)

Arguments

bog.letters

The 16 letters to be checked for. If not provided, the user will be asked to enter them.

lang

Language of the game; one of "fr" (default), "en" and "fi"

n.letters

Vector indicating the lengths of words to look for. Defaults to 3:11.

Author(s)

Dominic Comtois <dominic.comtois@gmail.com>

References

https://github.com/dcomtois/Boggler


dcomtois/Boggler documentation built on Dec. 27, 2019, 12:33 p.m.