Include ability to select only the best words as the first choice

This commit is contained in:
David Volovskiy
2024-09-03 17:09:52 -04:00
parent 4dedcb3a6d
commit faec45ce24
3 changed files with 24 additions and 14 deletions

View File

@@ -81,6 +81,7 @@
* 0 = Don't allow quickly choosing a random quess
* 1 = Allow using a random guess of any value that can be an answer
* 2 = Allow using a random guess of any value that can be an answer where all of its letters are unique
* 3 = Allow using a random guess of any value that can be an answer, and it's considered one of the best initial choices.
*/
#define WORDLE_USE_RANDOM_GUESS 2
#include "wordle_face_dict.h"