Description Usage Arguments Value Examples
This function recursively searches for all words available when starting with a given cell.
| 1 | word_search(idx, fragment, indices, results, board, nb)
 | 
| idx | The cell where the character string (fragment) originates. | 
| fragment | A character string being tested. | 
| indices | The indexes of the cells of the character string being tested. | 
| results | A list of words and indices. | 
| board | The scrabble board in play. | 
| nb | The matrix representing neighboring cells. | 
| letters | The character string being tested. | 
A list of words and their indices on the boggle board.
| 1 2 3 4 5 6 7 8 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.