Skip to content

Commit 9242d72

Browse files
author
DavidQ
committed
Updated roadmap
1 parent 79b0ab0 commit 9242d72

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

docs/dev/roadmaps/MASTER_ROADMAP_HIGH_LEVEL.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -100,20 +100,20 @@
100100
- [.] post-move validation complete
101101

102102
### Structure Targets
103-
- [ ] `src/engine/core`
104-
- [ ] `src/engine/state`
103+
- [x] `src/engine/core`
104+
- [x] `src/engine/state`
105105
- [ ] `src/engine/rendering`
106-
- [ ] `src/engine/input`
106+
- [x] `src/engine/input`
107107
- [ ] `src/engine/physics`
108-
- [ ] `src/engine/audio`
108+
- [x] `src/engine/audio`
109109
- [ ] `src/engine/scene`
110-
- [ ] `src/shared/utils`
111-
- [ ] `src/shared/math`
112-
- [ ] `src/shared/state`
113-
- [ ] `games/_template/flow`
110+
- [x] `src/shared/utils`
111+
- [x] `src/shared/math`
112+
- [x] `src/shared/state`
113+
- [x] `games/_template/flow`
114114
- [ ] `samples/phase-01`
115115
- [ ] `samples/phase-13_network-concepts`
116-
- [ ] `tools/shared`
116+
- [x] `tools/shared`
117117

118118
### Recent Checkpoint Notes
119119
- [x] broad import-path correction from `engine/` to `src/engine/` applied across remaining games/samples
@@ -407,12 +407,12 @@
407407
---
408408

409409
## 8. Games Layer
410-
- [ ] `games/_template/` created
410+
- [x] `games/_template/` created
411411
- [ ] game flow pattern standardized (`flow/attract.js`, `flow/intro.js`, `flow/highscore.js`)
412-
- [ ] per-game structure normalized
412+
- [.] per-game structure normalized
413413
- [ ] gameplay/entities/levels/rules/assets boundaries normalized
414-
- [ ] current games migrated to target structure
415-
- [ ] game-specific asset ownership enforced
414+
- [.] current games migrated to target structure
415+
- [.] game-specific asset ownership enforced
416416
- [ ] shared-vs-game utility boundaries enforced
417417
- [ ] space_invaders normalized
418418
- [ ] puckman normalized
@@ -541,10 +541,10 @@
541541
---
542542

543543
## 14. Testing & Validation
544-
- [ ] `tests/` structure normalized
545-
- [ ] unit coverage aligned to engine/shared/games
546-
- [ ] integration coverage aligned to state/replay/rendering/tools
547-
- [ ] smoke validation aligned to samples/tools/games
544+
- [.] `tests/` structure normalized
545+
- [.] unit coverage aligned to engine/shared/games
546+
- [.] integration coverage aligned to state/replay/rendering/tools
547+
- [.] smoke validation aligned to samples/tools/games
548548
- [ ] fixtures/helpers organization normalized
549549
- [ ] move/refactor validation strategy documented
550550
- [ ] post-PR acceptance criteria consistently enforced

0 commit comments

Comments
 (0)