'; $array[$challengeCubeIndex] = "LMKUIq"; } $board = "1234512345123451234512345"; for ($i=0; $i<25; $i++) { $index = rand(0,5); $board[$i] = $array[$i][$index]; } ?> Big Boggle
'; for ($j=$i; $j<($i+5); $j++) { $rotation = 0; // right-side up if (!array_key_exists("norotation", $_REQUEST) || $_REQUEST["norotation"] != "on") { $rotation = rand(0,3); // random } echo ''; echo '
'; if ($board[$j] == 'q') { echo 'Qu'; } else if ($board[$j] == 'a') { echo 'An'; } else if ($board[$j] == 'e') { echo 'Er'; } else if ($board[$j] == 'h') { echo 'He'; } else if ($board[$j] == 'i') { echo 'In'; } else if ($board[$j] == 't') { echo 'Th'; } else if ($board[$j] == 'Z' || $board[$j] == 'W') { echo '' . $board[$j] . ''; } else { echo $board[$j]; } echo '
'; echo ''; } echo ''; } ?>
Scoring (standard)
No. of letters 4 5 6 7 8+
Points 1 2 3 5 11
Scoring (with challenge cube)
No. of letters 3 4 5 6 7 8+
Points 1 2 3 4 5 6
Add 5 points when forming the word using the challenge cube.
/> Disable rotation
Letter distribution: />1980s />2010s
/> Use 1980s challenge cube


(Unofficial) Boggle Board Generator for PHP
Copyright (C) 2012-2015 Isaac Schemm

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see http://www.gnu.org/licenses/.

Click here to see the source (or the CSS)

Boggle is a registered trademark of Parker Brothers.