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

@@ -15,6 +15,7 @@ enum GameState {
interface GameProps {
maxGuesses: number;
hidden: boolean;
hard: boolean;
}
const targets = targetList.slice(0, targetList.indexOf("murky") + 1); // Words no rarer than this one