https://github.com/iamgio/word-search-solver
Solves online 'word search' quizzes. Just to practice with Python
https://github.com/iamgio/word-search-solver
Last synced: 4 days ago
JSON representation
Solves online 'word search' quizzes. Just to practice with Python
- Host: GitHub
- URL: https://github.com/iamgio/word-search-solver
- Owner: iamgio
- License: apache-2.0
- Created: 2018-10-23T20:13:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-24T17:37:18.000Z (over 7 years ago)
- Last Synced: 2025-11-17T20:31:59.188Z (7 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Word Search Solver
Simple program which, using an algoritm, automatically solves online [WordSearch quizzes](https://lovattspuzzles.com/online-puzzles-competitions/daily-wordsearch/).
Not a 'professional' program: I made it just to train with Python.
