填字遊戲是一個單詞拼圖,通常採用正方形或矩形的白色和黑色正方形的矩形網格。遊戲的目標是通過解決線索來填充白色正方形,形成單詞或短語,從而導致答案。
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.
歡迎捐款!
請隨時提交拉動請求。