Start allowing more than just Normal and Simple mode... crossword mode won't fill in the random letters.

This commit is contained in:
Matthew Slowe
2017-10-08 22:02:56 +01:00
parent 3c18a2c831
commit cc2c7eee29
3 changed files with 21 additions and 11 deletions

View File

@@ -25,7 +25,9 @@ Dining Room
<br />
<input type="number" name="height" min="3" max="50" value="15" />
<input type="number" name="width" min="3" max="50" value="15" />
<input type="checkbox" name="simple" value="yes">Simple [<span class="tooltip" title="In simple mode, words are only placed Left-to-Right or Top-to-Bottom">?</span>]</span>
<input type="radio" name="mode" value="NORMAL" checked />Normal
<input type="radio" name="mode" value="SIMPLE" />Simple[<span class="tooltip" title="In simple mode, words are only placed Left-to-Right or Top-to-Bottom">?</span>]
<input type="radio" name="mode" value="CROSSWORD" />Crossword
<input type="submit" value="Build!" />
</form>