# Attribution & legal notices

## Word Shake

**Word Shake** is an unofficial fan implementation inspired by the Hasbro Boggle boxed word game. Word Shake is not approved or endorsed by Hasbro, Inc.

Boggle is a trademark of Hasbro, Inc. Word Shake is not affiliated with, sponsored by, or endorsed by Hasbro.

## Letter dice layout

The 4×4 letter-dice distribution used in Word Shake matches the standard commercial boxed game (16 dice, same face letters). This reference describes the game mechanics only; Word Shake is an independent implementation.

## Dictionary

Word validation uses [English OpenList](https://huggingface.co/datasets/ryanjosephkamp/english-openlist) (MIT) via the shared `word-dictionary` package (length 3–12). See `packages/word-dictionary/ATTRIBUTION.md`. Regenerate with `npm run update-dictionary -w word-dictionary`.

## Software

- Game software: GNU Affero General Public License v3.0 (AGPL-3.0-only) — see repository `LICENSE`
