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
<pclass="subtitle">A home base for playable arcade builds, sample-driven engine patterns, and shared tooling.
24
+
Start with the hubs below to jump into games, samples, or the asset pipeline.</p>
25
+
</div>
26
+
18
27
<sectionclass="hero">
19
-
<h1>HTML JavaScript Gaming</h1>
20
-
<pclass="subtitle">
21
-
A home base for playable arcade builds, sample-driven engine patterns, and shared tooling. Start with the hubs below to jump into games, samples, or the asset pipeline.
22
-
</p>
23
-
<divclass="hero-links">
24
-
<aclass="cta primary" href="games/index.html">Open Games Hub</a>
<p>This PR keeps the focus on navigation and planning: Pong is next, and the tools work stays centered on asset creation rather than engine changes.</p>
98
-
<divclass="grid">
99
-
<aclass="card" href="games/index.html">
100
-
<divclass="eyebrow">Next Game</div>
101
-
<h3>Pong</h3>
102
-
<p>The next build target, positioned as the foundation for more classic arcade releases.</p>
103
-
<divclass="path">games/index.html</div>
104
-
<divclass="badges">
105
-
<spanclass="badge roadmap">Next Build</span>
106
-
</div>
107
-
</a>
87
+
<aclass="card" href="games/Asteroids/index.html">
88
+
<divclass="eyebrow">Live Game</div>
89
+
<h3>Asteroids</h3>
90
+
<p>Classic arcade shooter with vector presentation, score chase flow, and polished
91
+
moment-to-moment ship combat.</p>
92
+
<divclass="path">games/Asteroids/index.html</div>
93
+
<divclass="badges">
94
+
<spanclass="badge game">Playable</span>
95
+
</div>
96
+
</a>
97
+
</div>
98
+
</section>
108
99
109
-
<aclass="card" href="tools/index.html">
110
-
<divclass="eyebrow">Next Tooling</div>
111
-
<h3>Tilemap + Palette Workflow</h3>
112
-
<p>The tool roadmap prioritizes a Tilemap Editor and a palette-driven asset workflow that stays aligned with shared data.</p>
113
-
<divclass="path">tools/index.html</div>
114
-
<divclass="badges">
115
-
<spanclass="badge roadmap">Planned</span>
116
-
</div>
117
-
</a>
118
-
</div>
119
-
</section>
100
+
<sectionclass="section">
101
+
<h2>Build Direction</h2>
102
+
<p>This PR keeps the focus on navigation and planning: Pong is next, and the tools work stays centered
103
+
on asset creation rather than engine changes.</p>
104
+
<divclass="grid">
105
+
<aclass="card" href="games/index.html">
106
+
<divclass="eyebrow">Next Game</div>
107
+
<h3>Pong</h3>
108
+
<p>The next build target, positioned as the foundation for more classic arcade releases.</p>
109
+
<divclass="path">games/index.html</div>
110
+
<divclass="badges">
111
+
<spanclass="badge roadmap">Next Build</span>
112
+
</div>
113
+
</a>
114
+
115
+
<aclass="card" href="tools/index.html">
116
+
<divclass="eyebrow">Next Tooling</div>
117
+
<h3>Tilemap + Palette Workflow</h3>
118
+
<p>The tool roadmap prioritizes a Tilemap Editor and a palette-driven asset workflow that stays
119
+
aligned with shared data.</p>
120
+
<divclass="path">tools/index.html</div>
121
+
<divclass="badges">
122
+
<spanclass="badge roadmap">Planned</span>
123
+
</div>
124
+
</a>
125
+
</div>
126
+
</section>
120
127
121
-
<divclass="footer-note">
122
-
Open the repo through a local web server for the best results. Some browsers restrict module loading and asset access when pages are opened directly with <code>file:///</code>.
123
-
</div>
128
+
<divclass="footer-note">
129
+
Open the repo through a local web server for the best results. Some browsers restrict module loading and
130
+
asset access when pages are opened directly with <code>file:///</code>.
0 commit comments