Copies characters of the word into the puzzle_array
add_word(puzzle_array, word, location, offset)
puzzle_array | - character vector containing the puzzle |
---|---|
word | 1 element character vector containing the word being placed in the puzzle |
location | row and column location |
offset | number of rows and columns the location is to be offset. |