Skip to content

hparcells/terrible-word-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terrible-word-search

Create terrible word searches with ease.

Patron Badge

What is a "Terrible Word Search"

A "Terrible Word Search" is a word search where you are only finding one word, and all the letters on the word search itself are letters from the word. This was inspired from Charles Lohr's C Program that was described in his blog post.

Results of this could be the Kayak Word Search.

Kayak Word Search

How to Use

  1. Go to https://terrible-word-search.netlify.com/.
  2. Enter a word and dimensions.
  3. Click generate.

Generating some word searches may take a while. For example, words that are short, have a lot of similar characters, and a big area, will take a long time to make.

Technical Aspect

I know it isn't the best way of generating the word searches, BUT the way I generate the word searches is to first fill the word seach with characters from the actual word. From then we can check each letter and see if next letter in the word is next to it. If so, check the next letter in the same direction. If the word is found, it is added to the number of occurences of that word. At the end after checking all the letters, if there is more than one or zero occurances of the word, we regenerate the word search and repeat.

About

🔎 Create terrible word searches with ease.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published