1
0
フォーク 0
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
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年前
..
bagels Fixes to random letter generation: 2年前
crossword Add index for linking to both anagram games. 4年前
wordlist Eliminate empty word at end of top words list. 5年前
entryui.js Move auto-submit checkbox to settings and hide submit button when it's enabled. 5年前
flatmap.js Add Array.flatMap() polyfill. 5年前
index.html Add index for linking to both anagram games. 4年前
main.css Make selected letter more visible. 5年前
random.js Support generating random crossword puzzles. 5年前
scramblestring.js Refactor to factor out random and string scrambling functions. 5年前