keyboard, fix clue bugs, length slider
This commit is contained in:
17
src/names.ts
Normal file
17
src/names.ts
Normal 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",
|
||||
]);
|
||||
Reference in New Issue
Block a user