L1VM - crossword puzzle

I did develop a crossword puzzle generator. It is included on my GitHub repo of L1VM. It has an English dictionary word file to get the words from. You can set seed words in a grid with a chosen size. The program then generates the word grid. It outputs a word list file. And you can copy the empty grid with the seed words and the word list into one file. So you have a crossword puzzle.

Have fun!