HomeSort by: relevance | last modified time | path
    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