implement ship behaviors

This commit is contained in:
2026-04-20 08:29:53 +02:00
parent 8b84297b41
commit 65de4ddc5c
11 changed files with 1124 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ Cross-references: `architecture.md` (design), `requirements.md` (REQ-* citations
| 3 | Belt subsystem (placement, port interface, per-tile v1, splitter routing, clearTiles, visual iteration) | ✅ done |
| 4 | Buildings + placement + belt↔building transport | ✅ done |
| 5 | Scrap + ships skeleton (data + spawning, no AI) | ✅ done |
| 6 | Ship behavior systems + movement arbitration | ⬜ next |
| 6 | Ship behavior systems + movement arbitration | ✅ done |
| 7 | Waves, threat accumulation, combat resolution, deaths & loot | ⬜ |
| 8 | UI layer (GameWorldView, visuals.toml, panels, build/demolish, speed controls) | ⬜ |