填字游戏是一个单词拼图,通常采用正方形或矩形的白色和黑色正方形的矩形网格。游戏的目标是通过解决线索来填充白色正方形,形成单词或短语,从而导致答案。
Input : Crossword puzzle structure along with the wordlist.
Output : Solved crossword puzzle.
$ pip install requirements.txt
$ python generator.py <puzzle structure path>/<file.txt> <wordlist path>/<file.txt>
例子 :
$ python generator.py data/structure1.txt data/words1.txt
Solved crossword puzzle.
欢迎捐款!
请随时提交拉动请求。