]> git.earman.xyz Git - sensor-watch.git/commit
Merge PR #436 - add wordle watch face
authorMatheus Afonso Martins Moreira <matheus@matheusmoreira.com>
Tue, 3 Sep 2024 20:22:41 +0000 (17:22 -0300)
committerMatheus Afonso Martins Moreira <matheus@matheusmoreira.com>
Tue, 3 Sep 2024 21:49:18 +0000 (18:49 -0300)
commitcd4b285c6e15592178c0bb39c9c1b0447aa1db9d
tree1149535082a00ac08776fb1eb09d63b17257d10f
parent4d6a9345f2df0badd9bbf4741df8207fedd38dfd
parentfaec45ce245fa45a24a6ef3c67b6e8b1d089583b
Merge PR #436 - add wordle watch face

Ports the famous Wordle game to the Sensor Watch.

A random 5 letter word is chosen and the player must guess it
without exceeding the configured maximum number of attempts.
Letters guessed correctly will stay in place.
Letters present in the word but in the wrong place will blink.

Streak tracking is supported and compile time configurable.

A Python script which finds an optimal dictionary is also included
and can be used to further customize the watch face.

Reviewed-by: Matheus Afonso Martins Moreira <matheus@matheusmoreira.com>
GitHub-Pull-Request: https://github.com/joeycastillo/Sensor-Watch/pull/436