Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 686 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 686 Bytes

badge word_search_dictionary_solver

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

Installation

pip install -r requirements.txt

Running the code

Solve the puzzle.txt file by running:

python3 -m solver.main