Skip to content

Commit

Permalink
Merge PR #259 - add higher or lower game face
Browse files Browse the repository at this point in the history
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: #259
  • Loading branch information
matheusmoreira committed Sep 7, 2024
2 parents b113997 + 46208a3 commit 082a90a
Show file tree
Hide file tree
Showing 4 changed files with 504 additions and 0 deletions.
1 change: 1 addition & 0 deletions movement/make/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions movement/movement_faces.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
#include "endless_runner_face.h"
#include "periodic_face.h"
#include "deadline_face.h"
#include "higher_lower_game_face.h"
// New includes go above this line.

#endif // MOVEMENT_FACES_H_
Loading

0 comments on commit 082a90a

Please sign in to comment.