1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Daniel Perelman 0d7fafda5b Fixes to random letter generation:
* If more than 26 letters requested, don't get into an infinite loop.
* Don't give away repeat letters: always give word length + num random
    letters even if that means actually adding more random letters than
    requested due to repeat letters in the word.
2 years ago
..
bagels Fixes to random letter generation: 2 years ago
crossword Add index for linking to both anagram games. 4 years ago
wordlist Eliminate empty word at end of top words list. 5 years ago
entryui.js Move auto-submit checkbox to settings and hide submit button when it's enabled. 5 years ago
flatmap.js Add Array.flatMap() polyfill. 5 years ago
index.html Add index for linking to both anagram games. 4 years ago
main.css Make selected letter more visible. 5 years ago
random.js Support generating random crossword puzzles. 5 years ago
scramblestring.js Refactor to factor out random and string scrambling functions. 5 years ago