Play.Boggle: Play a Boggle game (in French only... for now)

Description Usage Arguments Author(s) References

View source: R/play_boggle.R

Description

Will randomize letters and display a graphical representation of the Boggle "board"

Usage

1
Play.Boggle(lang = "fr", shuffle.mode = "dice", time.limit = 120)

Arguments

lang

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

shuffle.mode

One of "obs" (default) or "dice". The "obs" option uses letter frequencies in the language as weights to the sampling process. "dice" mode replicates the original Boggle dice game.

time.limit

Time limit in seconds. Defaults to 120.

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.