Settings hook
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import dictionary from "./dictionary.json";
|
||||
|
||||
export const maxGuesses = 6;
|
||||
|
||||
export const dictionarySet: Set<string> = new Set(dictionary);
|
||||
|
||||
function mulberry32(a: number) {
|
||||
|
||||
Reference in New Issue
Block a user