random_board: Generate a new boggle board

Description Usage Arguments Value Examples

Description

Effectively "shake up" a new boggle board which results in a set of dice being rolled and place in a square grid.

Usage

1
random_board(size = 4, dice = boggle_dice)

Arguments

size

Dimensions of the boggle board. Default is 4 x 4.

dice

A data frame containing the sides of each dice used in the game. Default is the 16 six-sided dice data frame "boggle_dice"

Value

a matrix containing a new boggle board

Examples

1
2

ezgraphs/rbogglesolver documentation built on May 16, 2019, 9:56 a.m.