Solves word search puzzles in Python using a provided dictionary. The provided one is a JSON file containing Dutch words, replace this one if you're looking for another language.
- Diagonal lines supported
- Extended the provided dutch dictionary
- Restructured solver so certain checks can be enabled/disabled easily
pip install -r requirements.txt
Solve the puzzle.txt
file by running:
python3 -m solver.main