Word Search Game
Find words hidden in scrambled letters. Words might be placed horizontally (left to right), vertically (up or down) or diagonally.
Customize Game Settings
Words
Board Size
Words {{ foundWords.length }}/{{ wordsToFind.length }}
Game time:
{{ word }}
{{ word }}
{startSelection(rowIndex, colIndex); event.target.releasePointerCapture(event.pointerId); event.preventDefault();}"
@pointerenter.prevent="(event)=>{continueSelection(rowIndex, colIndex); event.preventDefault();}"
@pointerup.prevent="endSelection"
>
{{ cell }}
{{ cell }}
A word search game is a puzzle made up of letters placed in a grid
containing a number of hidden words running in various directions.
Word search games are great brain excercises, which help boost and maintain brain function.
This is a classic word search puzzle offering customization options, playable on both desktop and mobile devices for free. To play with a mouse, press down the mouse button on the first or last letter of a word and move the mouse to the other end of the word, as if you were drawing a line using your mouse.
On touch enabled devices, e.g mobile devices, just use your finger or pen to draw a line from the first letter to the last letter of the word, or from the last letter to the first letter. (Touch enabled: {{ isTouchDevice }})
This is a classic word search puzzle offering customization options, playable on both desktop and mobile devices for free. To play with a mouse, press down the mouse button on the first or last letter of a word and move the mouse to the other end of the word, as if you were drawing a line using your mouse.
On touch enabled devices, e.g mobile devices, just use your finger or pen to draw a line from the first letter to the last letter of the word, or from the last letter to the first letter. (Touch enabled: {{ isTouchDevice }})