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
Updates Asteroids and Breakout showcase card content in games/index.html while preserving existing game order.
Includes:
- Debug Showcase Entry messaging
- Playable Now / Debug Showcase labels
- Play / Debug Mode actions
- Debug Tour / Getting Started links
- onboarding helper text
Define how showcase samples (Asteroids, Breakout) are packaged, presented, and shared as a product.
8
+
Finish the Debug Showcase presentation in games/index.html without breaking the existing card structure and order. Place showcase data on existing cards.
Implemented a surgical, safe-finish update in `games/index.html` to complete Debug Showcase presentation without altering game order or anchor-card structure.
10
+
11
+
## Implemented Changes
12
+
1. Shared showcase intro/help block added above the Playable grid:
13
+
- Includes showcase entry messaging.
14
+
- Includes Asteroids and Breakout Play/Debug path links.
15
+
- Includes docs links:
16
+
- Debug Tour
17
+
- Getting Started
18
+
- Includes onboarding helper guidance.
19
+
20
+
2. Asteroids and Breakout card updates (text-only, non-interactive):
Finish Debug Showcase presentation in `games/index.html` safely by placing showcase guidance on existing cards and a shared intro block while preserving card structure and order.
10
+
11
+
## Workflow
12
+
PLAN_PR -> BUILD_PR -> APPLY_PR
13
+
14
+
## In Scope
15
+
- Preserve current game order exactly.
16
+
- Preserve current anchor-card structure exactly.
17
+
- Keep Debug Showcase badge in header.
18
+
- Keep Debug Showcase badges on Asteroids and Breakout cards.
19
+
- Add safe non-interactive showcase copy to Asteroids and Breakout cards.
20
+
- Add shared showcase intro/help block above relevant game grid.
21
+
- Place `Debug Tour` and `Getting Started` links in shared showcase intro block (not inside cards).
22
+
- Add onboarding helper text in shared showcase block.
0 commit comments