Merge PR #259 - add higher or lower game face

Adds a watch face that implements a game where the player
must guess if the next card will be higher or lower than
the last cards that have been revealed.

Reviewed-by: Matheus Afonso Martins Moreira <matheus@matheusmoreira.com>
Tested-on-hardware-by: Chris <chris.ellis.git.dev@gmail.com>
GitHub-Pull-Request: https://github.com/joeycastillo/Sensor-Watch/pull/259
This commit is contained in:
Matheus Afonso Martins Moreira
2024-09-07 17:34:21 -03:00
4 changed files with 504 additions and 0 deletions

View File

@@ -133,6 +133,7 @@ SRCS += \
../watch_faces/complication/endless_runner_face.c \
../watch_faces/complication/periodic_face.c \
../watch_faces/complication/deadline_face.c
../watch_faces/complication/higher_lower_game_face.c \
# New watch faces go above this line.
# Leave this line at the bottom of the file; it has all the targets for making your project.