OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cubes
(Results
1 - 1
of
1
) sorted by relevancy
/src/games/boggle/boggle/
bog.c
624
static const char *
cubes
[16] = {
local in function:newgame
633
* Shake the
cubes
and make the board
640
tmp =
cubes
[p];
641
cubes
[p] =
cubes
[q];
642
cubes
[q] = tmp;
649
board[i] =
cubes
[i][random() % 6];
Completed in 13 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025