Added ability to skip already guessed letters that are wrong

This commit is contained in:
David Volovskiy
2024-08-25 09:51:08 -04:00
parent 0d16d126cd
commit 8342fef84f
2 changed files with 29 additions and 10 deletions

View File

@@ -114,6 +114,7 @@ typedef struct {
bool continuing : 1;
uint8_t streak;
WordleScreen curr_screen;
bool known_wrong_letters[_num_valid_letters];
#if USE_DAILY_STREAK
uint32_t prev_day;
uint32_t curr_day;