Skip to content

Blakley/WordSearch-Puzzle-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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.

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 I've provided a working template you can use in the file named monkey.js

Demo

solver.gif