A word search contains hidden words running through a grid of letters in straight lines. The words can appear in several directions, often overlap, and are normally listed beside the grid for the player to find.
How to solve the last hidden words
For each missing word, choose its rarest letter and find every occurrence of that letter in the grid. Check the surrounding rows, columns, and diagonals for the neighbouring letters in both directions.
Write down the coordinates of plausible starting letters if the grid is large, and inspect one direction at a time. If the puzzle permits words to overlap, do not exclude areas already used by another answer. When working from a digital or printed grid, copying it accurately matters: one mistyped square can make a valid word appear impossible.
Would you use this tool?
I may add this tool to the site in future. If you would use it, cast a vote to help me decide what to build first.
The letters solver can already find words made from a set of letters.