You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relocated network_sample_a, network_sample_b, and network_sample_c from games/ to phase-13 samples.
- moved to samples/phase-13_network-concepts/1316-1318
- preserved behavior at new locations
- added sample index tiles for 1316, 1317, 1318
- removed old games/network_sample_* folders
&
BUILD_PR_NETWORK_SAMPLES_RELOCATION_FROM_GAMES_TO_SAMPLES_v3
Corrected Phase 13 destination path and enforced:
- proper directory placement
- samples/index tile updates
- removal from games/index.html
Copy file name to clipboardExpand all lines: games/index.html
-42Lines changed: 0 additions & 42 deletions
Original file line number
Diff line number
Diff line change
@@ -239,45 +239,6 @@ <h3>Level 6 - AI Systems</h3>
239
239
</a>
240
240
</div>
241
241
242
-
<sectionclass="playableLevel">
243
-
<h3>Level 11 - Network Games</h3>
244
-
<p>This level focuses on network concepts, latency, and simulation readiness while keeping the first validation path local, observable, and safe to debug. Network Samples A through C align to Phase 13 - Network Concepts, Latency & Simulation (1301-1315).</p>
245
-
<divclass="grid">
246
-
<divclass="card">
247
-
<imgclass="thumb" src="/games/network_sample_a/assets/preview.svg" alt="Network Sample A gameplay preview" />
<divclass="cardTitle">Network Sample A - Local Loopback / Fake Network</div>
251
-
<divclass="cardDesc">Local loopback network simulation that exposes connection state, synthetic latency, replication-style updates, and trace events through the debug surface platform.</div>
<divclass="showcaseCardMeta">Onboarding: Open Play first to confirm baseline loopback behavior, then open Debug Mode to inspect connection state, RTT, and trace events intentionally.</div>
255
-
</div>
256
-
</div>
257
-
<divclass="card">
258
-
<imgclass="thumb" src="/games/network_sample_b/assets/preview.svg" alt="Network Sample B gameplay preview" />
<divclass="showcaseCardMeta">Onboarding: Start in Play to verify host/client baseline flow, then open Debug Mode for peer connection, authority, and replication inspection.</div>
266
-
</div>
267
-
</div>
268
-
<divclass="card">
269
-
<imgclass="thumb" src="/games/network_sample_c/assets/preview.svg" alt="Network Sample C gameplay preview" />
<divclass="showcaseCardMeta">Onboarding: Open Play first to confirm deterministic baseline sequencing, then open Debug Mode for divergence, trace, and validation inspection.</div>
277
-
</div>
278
-
</div>
279
-
</div>
280
-
</section>
281
242
</section>
282
243
283
244
<sectionclass="section">
@@ -402,9 +363,6 @@ <h3>Level 10 - Full Systems</h3>
402
363
<h3>Level 11 - Network Games</h3>
403
364
<p></p>
404
365
<ul>
405
-
<li>Network Sample A <spanclass="inline-status">(Debug Showcase)</span></li>
406
-
<li>Network Sample B <spanclass="inline-status">(Debug Showcase)</span></li>
407
-
<li>Network Sample C <spanclass="inline-status">(Debug Showcase)</span></li>
0 commit comments