keyboard, fix clue bugs, length slider

This commit is contained in:
Lynn
2022-01-01 03:04:48 +01:00
parent 15d46d3587
commit 1219991921
10 changed files with 267564 additions and 1242 deletions

17
src/names.ts Normal file
View File

@@ -0,0 +1,17 @@
export const names: Set<string> = new Set([
"anglo",
"bible",
"carol",
"costa",
"dutch",
"harry",
"jimmy",
"jones",
"lewis",
"maria",
"paris",
"pedro",
"roger",
"sally",
"texas",
]);