Settings hook

This commit is contained in:
Lynn
2022-01-17 19:42:56 +01:00
parent 62fc52b97c
commit 83dc909cc4
4 changed files with 121 additions and 78 deletions

View File

@@ -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) {