R/make_puzzle.R
make_puzzle.Rd
Returns a list with the filename, the specifications, a puzzle_array, and the word_key.
make_puzzle(filename, upper_case = TRUE)
filename | the name of the file with the puzzle words and specifications |
---|---|
upper_case | a logical flag indicating whether or not the puzzle is folded to upper case or not. |