1
0
Fork 0
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
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.
hace 2 años
..
bagels Fixes to random letter generation: hace 2 años
crossword Add index for linking to both anagram games. hace 4 años
wordlist Eliminate empty word at end of top words list. hace 5 años
entryui.js Move auto-submit checkbox to settings and hide submit button when it's enabled. hace 5 años
flatmap.js Add Array.flatMap() polyfill. hace 5 años
index.html Add index for linking to both anagram games. hace 4 años
main.css Make selected letter more visible. hace 5 años
random.js Support generating random crossword puzzles. hace 5 años
scramblestring.js Refactor to factor out random and string scrambling functions. hace 5 años