https://github.com/blakley/wordsearch-puzzle-solver
JavaScript Word Search Puzzle Solver
https://github.com/blakley/wordsearch-puzzle-solver
javascript tampermonkey wordsearch-puzzle wordsearch-solver
Last synced: 6 months ago
JSON representation
JavaScript Word Search Puzzle Solver
- Host: GitHub
- URL: https://github.com/blakley/wordsearch-puzzle-solver
- Owner: Blakley
- Created: 2021-08-22T14:22:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-27T22:16:22.000Z (about 4 years ago)
- Last Synced: 2025-02-01T04:27:31.489Z (8 months ago)
- Topics: javascript, tampermonkey, wordsearch-puzzle, wordsearch-solver
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Word Search Puzzle Solver
JavaScript Word Search Puzzle Solver
## Description
The goal of a word search puzzle is to find the list of words hidden in the grid.
We discover words horizontally, vertically, diagonally, or backward.After coming across a puzzle online, I decided to automate the task of solving such a puzzle.
For the actual game, we are using the online word search [game.](https://api.razzlepuzzles.com/wordsearch)While there are some optimizations I can make to speed up the finding and solving process, the script does automatically solve the puzzle.
The positions of the solved words will periodically highlight once the entire grid has been solved.
If you want to have this script run automatically, you can use a browser extension such as [Tampermonkey](https://www.tampermonkey.net/)
I've provided a working template you can use in the file named `monkey.js`## Demo
