1
0
派生 0
anagram-games/www
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.
2022-01-15 15:50:39 -08:00
..
bagels Fixes to random letter generation: 2022-01-15 15:50:39 -08:00
crossword Add index for linking to both anagram games. 2020-04-11 17:42:04 -04:00
wordlist Eliminate empty word at end of top words list. 2019-02-13 00:06:33 -08:00
entryui.js Move auto-submit checkbox to settings and hide submit button when it's enabled. 2019-03-03 09:28:33 -08:00
flatmap.js Add Array.flatMap() polyfill. 2019-02-15 23:33:55 -08:00
index.html Add index for linking to both anagram games. 2020-04-11 17:42:04 -04:00
main.css Make selected letter more visible. 2019-03-03 09:50:43 -08:00
random.js Support generating random crossword puzzles. 2019-02-13 23:06:51 -08:00
scramblestring.js Refactor to factor out random and string scrambling functions. 2019-02-13 16:17:41 -08:00