Merge PR #419 - add endless runner watch face

Adds an endless runner game face to the Sensor Watch.

The player character runs endlessly towards the right.
An endless number of obstacles speed towards him.
The player must jump over them or lose the game
when the player character runs smack into the obstacle.
Jumping requires fuel which is a limited resource
that must be managed by the player.

Features selectable difficulties and high score tracking.

Reviewed-by: Matheus Afonso Martins Moreira <matheus@matheusmoreira.com>
GitHub-Pull-Request: https://github.com/joeycastillo/Sensor-Watch/pull/419
This commit is contained in:
Matheus Afonso Martins Moreira
2024-09-03 18:28:18 -03:00
4 changed files with 681 additions and 0 deletions

View File

@@ -130,6 +130,7 @@ SRCS += \
../watch_faces/complication/tuning_tones_face.c \
../watch_faces/complication/kitchen_conversions_face.c \
../watch_faces/complication/wordle_face.c \
../watch_faces/complication/endless_runner_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.