From 75114fcdcc0a634c37cbab13541c1fb2313765be Mon Sep 17 00:00:00 2001 From: fooflington Date: Mon, 19 Dec 2016 15:32:26 +0000 Subject: [PATCH] updates to about.html --- war/about.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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:

+