the big issue is that the game does not always detect when i have entered the correct guess.
most glaringly, i have to spell it with exactly the right uppercase and lowercase letters. this can be easily fixed by spelling all correct guesses in all‑lowercase and using the String function to_lower()
to convert my entered guess into all‑lowercase before checking it.
combined with the game knowing too few words, like detecting the “█████████████████████” as a “███████” but not as a “█████████████████████”, this makes the game too broken and frustrating