Able to turn the expanded dict on and off with a variable

This commit is contained in:
David Volovskiy
2024-08-17 06:22:24 -04:00
parent 10eda8b208
commit 6dd46b46b1
2 changed files with 15 additions and 0 deletions

View File

@@ -60,6 +60,13 @@
#define WORDLE_MAX_ATTEMPTS 6
#define USE_DAILY_STREAK false
/* USE_EXPANDED_DICT
* 0 = don't use it at all (saves 2.8KB of ROM)
* 1 = Include the expanded dict in answers
* 2 = Only include it in the dict for guessing, but it's never an answer
*/
#define USE_EXPANDED_DICT 2
typedef enum {
WORDLE_LETTER_WRONG = 0,
WORDLE_LETTER_WRONG_LOC,