mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-10 16:04:04 +00:00
docs(multiplayer): consolidate tracking into one document
multiplayer-todo.md and multiplayer-next.md tracked overlapping information in two places. Fold everything into multiplayer-next.md (architecture decisions, wire format, task breakdown with checkboxes, gotchas list, testing notes) and delete multiplayer-todo.md. Section numbers are unchanged, so existing code comments citing them by section/task number still resolve; update every such reference to point at the new filename.
This commit is contained in:
+3
-3
@@ -1,9 +1,9 @@
|
||||
# Matchmaking — casual and ranked queues
|
||||
|
||||
Architecture and locked product policy for Phase 8. This is a **1.0 launch
|
||||
blocker**. The numbered, independently implementable tasks and their
|
||||
acceptance criteria live in [`multiplayer-todo.md`](../multiplayer-todo.md);
|
||||
the short live checklist is [`multiplayer-next.md`](../multiplayer-next.md).
|
||||
blocker**. The numbered, independently implementable tasks, their acceptance
|
||||
criteria, and current progress all live in
|
||||
[`multiplayer-next.md`](../multiplayer-next.md).
|
||||
|
||||
Nothing in Phase 8 is implemented yet. This document records the decisions
|
||||
those tasks assume so an implementer does not have to redesign the system
|
||||
|
||||
Reference in New Issue
Block a user