walklist: A list of possible moves inside squares of size 4, 9 and 16.

Description Usage Format Examples

Description

The list has three entries, names "16", "9" and "4". Each entry consists of a list containing 16, 9 and 4 elements. Each of these elements shows for each cell which the neighbouring cells are. This list is used by the function bogglewalk().

Usage

1
data("walklist")

Format

A data frame with 0 observations on the following 2 variables.

x

a numeric vector

y

a numeric vector

Examples

1
2
data(walklist)
## maybe str(walklist) ; plot(walklist) ...

vdweijer/games documentation built on Dec. 23, 2021, 3:02 p.m.