21 lines
857 B
Markdown
21 lines
857 B
Markdown
# Tekton Game - TODO
|
|
|
|
## Bugs to fix (checked 2026-07-04)
|
|
|
|
- [x] **Playerboard desync** — doesn't refresh correctly, stuck (fixed sync ready order)
|
|
- [x] **Multiple punch SFX** — sounds play more than once per punch (fixed charged strike state clearance)
|
|
- [x] **Currency not shared** — gacha wallet and shop wallet are separate (fixed UI state sync)
|
|
- [x] **Multiplayer gauntlet mode broken** — single player works, multiplayer doesn't (fixed client crash from bad indentation)
|
|
|
|
## In Progress
|
|
|
|
- [ ] CI release pipeline (`docker network connect` approach pending verification)
|
|
|
|
## Done
|
|
|
|
- [x] Cleanup test runs 96-99
|
|
- [x] Remove test tag `v9.9.9-test`
|
|
- [x] Remove orphan Docker containers/networks/volumes
|
|
- [x] Prune dangling images (~7.7GB reclaimed)
|
|
- [x] Tailscale status check (peer traffic works; coordination-server sync is the only red)
|