mirror of
https://github.com/fooflington/wordsearch.git
synced 2025-11-03 13:59:04 +00:00
Start allowing more than just Normal and Simple mode... crossword mode won't fill in the random letters.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user