--- id: GAL-1 title: Player Lives status: Done parent: null labels: [gameplay, core-loop] --- # GAL-1: Player Lives Player lives system: lives counter, decrement on hit, destruction and respawn flow. ## Sub-issues - [x] [GAL-2](GAL-2.md) — Add a `PlayerLives` resource. - [x] [GAL-3](GAL-3.md) — Decrement lives on collision. - [x] [GAL-4](GAL-4.md) — Implement player destruction and respawn with temporary invincibility.