Le Serjant 478c44212b
All checks were successful
CI / build (pull_request) Successful in 32s
Fix #28: Add lives system, game over screen, and fix leaderboard score 0
- Add 3-life system: each death costs a life, game over at 0 lives
- Add game over screen with arcade-style 3-character name entry
- Submit player name with score to analytics backend on game over
- Fix score 0 on leaderboard by periodically stashing stats to JS
  so the beforeunload fallback has real data when users close the tab
- Display lives counter in HUD next to health hearts
- Move player respawn control from level.c to main.c via
  player_death_pending flag for proper lives tracking
2026-03-20 05:30:00 +00:00
2026-03-16 20:42:03 +00:00
2026-02-28 18:03:47 +00:00
2026-02-28 18:03:47 +00:00
2026-03-02 20:32:28 +00:00
2026-02-28 18:03:47 +00:00
2026-03-05 17:38:46 +00:00
2026-03-14 16:29:10 +00:00
Description
No description provided
25 MiB
Languages
C 95.2%
Python 2.3%
HTML 1.4%
Makefile 1%
Dockerfile 0.1%