크로스 워드는 일반적으로 사각형의 형태 또는 흰색 및 검은 색 음영 사각형의 직사각형 그리드 형태를 취하는 단어 퍼즐입니다. 게임의 목표는 흰색 사각형을 문자로 채우고, 단어 나 문구를 형성하고, 단서를 해결하여 답을 얻는 것입니다.
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.
기부금을 환영합니다!
풀 요청을 제출하십시오.