diff --git a/war/about.html b/war/about.html index 0215a9b..5ed80ac 100755 --- a/war/about.html +++ b/war/about.html @@ -4,10 +4,13 @@ -

Wordsearch Builder: About

+

Wordsearch Builder: About

Wordsearch Builder takes a list of words and places them on a grid in any direction allowing the to cross-over where possible then fills in the remaining empty spaces with semi-random letters. - Code available on GitHub +

Basic algorithm

  1. Foreach word @@ -20,5 +23,11 @@
  2. When all words are placed, infill the remaining cells with random characters weighted by standard English letter frequencies
The abort-and-retry word placement to try 500 times before giving up. +

Planned features:

+