Skip to content

Commit edd3fe5

Browse files
author
DavidQ
committed
PLAN: refine Phase 16 (3D Games) structure and sample progression
- corrected Phase 16 description to focus on 3D rendering, camera, physics, and interaction - defined 3D sample set (1601–1608) with clear learning progression - established ordered progression from foundations → physics → gameplay - aligned samples to engine modules (scene, rendering, input, physics, systems) - removed networking overlap with Phase 13 no runtime changes docs/structure only
1 parent 8a92823 commit edd3fe5

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

samples/index.html

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -306,16 +306,20 @@ <h2>Phase 15 - Advanced Systems (1501-1506)</h2>
306306
<a class="live" href="./Phase%2015%20-%20Advanced%20Systems%20(1501-1506)/sample1506-scene-graph-entity-hierarchy-viewer/index.html">Sample 1506 - Scene Graph Entity Hierarchy Viewer</a>
307307
</div>
308308
</section>
309-
<!--
310309
<section>
311-
<h2>Phase 16 - Demo Network Games (160x-160x)</h2>
312-
<p>Playable demo games featuring real-time multiplayer gameplay over the network with synchronized state and collaborative world interactions.</p>
310+
<h2>Phase 16 - 3D Games (160x-160x)</h2>
311+
<p>Playable 3D demo games showcasing camera systems, 3D movement, rendering, physics, and world interaction built on the engine.</p>
313312
<div class="grid">
314-
<a class="planned" href="./Phase%2016%20-%20Demo%20Network%20Games%20(160x-160x)/Demo%201601%20-%20Tic%20Tac%20Toe/index.html">Demo 1601 - Tic Tac Toe</a>
315-
<a class="planned" href="./Phase%2016%20-%20Demo%20Network%20Games%20(160x-160x)/Demo%201602%20-%20Connect%204/index.html">Demo 1602 - Connect 4</a>
313+
<a class="planned" href="./Phase%2016%20-%203D%20Games%20(160x-160x)/Demo%201601%20-%203D%20Cube%20Explorer/index.html">Demo 1601 - 3D Cube Explorer</a>
314+
<a class="planned" href="./Phase%2016%20-%203D%20Games%20(160x-160x)/Demo%201602%20-%203D%20Maze%20Runner/index.html">Demo 1602 - 3D Maze Runner</a>
315+
<a class="planned" href="./Phase%2016%20-%203D%20Games%20(160x-160x)/Demo%201603%20-%20First%20Person%20Walkthrough/index.html">Demo 1603 - First Person Walkthrough</a>
316+
<a class="planned" href="./Phase%2016%20-%203D%20Games%20(160x-160x)/Demo%201604%20-%203D%20Platformer/index.html">Demo 1604 - 3D Platformer</a>
317+
<a class="planned" href="./Phase%2016%20-%203D%20Games%20(160x-160x)/Demo%201605%20-%203D%20Driving%20Sandbox/index.html">Demo 1605 - 3D Driving Sandbox</a>
318+
<a class="planned" href="./Phase%2016%20-%203D%20Games%20(160x-160x)/Demo%201606%20-%203D%20Physics%20Playground/index.html">Demo 1606 - 3D Physics Playground</a>
319+
<a class="planned" href="./Phase%2016%20-%203D%20Games%20(160x-160x)/Demo%201607%20-%203D%20Space%20Shooter/index.html">Demo 1607 - 3D Space Shooter</a>
320+
<a class="planned" href="./Phase%2016%20-%203D%20Games%20(160x-160x)/Demo%201608%20-%203D%20Dungeon%20Crawler/index.html">Demo 1608 - 3D Dungeon Crawler</a>
316321
</div>
317322
</section>
318-
-->
319323
</div>
320324
</body>
321325
</html>

0 commit comments

Comments
 (0)