game over

This commit is contained in:
Priec
2025-12-14 16:38:50 +01:00
parent 17c53ace99
commit 3cef68142d
4 changed files with 29 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
// src/game/game_over.h
#pragma once
#include "mbed.h"
// Displays game over message with elapsed time.
// Takes a Timer that was measuring game duration.
void show_game_over_screen(int seconds);