Wordle port (#45)

* Moved Wordle from legacy to main folder

* Add delays before registering btns, don't repeat words, cleaned up enum names

* Updated print logic for second movement

* Removed from watch_faces
This commit is contained in:
voloved
2025-08-03 12:56:23 -04:00
committed by GitHub
parent 78eb0c0c97
commit 4b4735065f
5 changed files with 174 additions and 108 deletions

View File

@@ -62,4 +62,5 @@
#include "tally_face.h"
#include "probability_face.h"
#include "ke_decimal_time_face.h"
#include "wordle_face.h"
// New includes go above this line.