Convert the flat TODO.md into a TODO/ folder where each GAL-N issue is its own Linear-style markdown document with YAML frontmatter (id, title, status, parent, labels), and add a README index grouped by section. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
17 lines
433 B
Markdown
17 lines
433 B
Markdown
---
|
|
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.
|