Skip to content

Commit 22506fe

Browse files
author
DavidQ
committed
restart files
1 parent f0fb325 commit 22506fe

10 files changed

Lines changed: 150 additions & 0 deletions
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
COMPLETED:
2+
- Asteroids → COMPLETE
3+
- Breakout → COMPLETE
4+
- Pong → COMPLETE
5+
- Gravity → COMPLETE
6+
- GravityWell → COMPLETE
7+
- MultiBallChaos → COMPLETE
8+
- Orbit → COMPLETE
9+
- ProjectileLab → COMPLETE
10+
- SolarSystem → COMPLETE
11+
- SpaceDuel → COMPLETE
12+
- Thruster → COMPLETE
13+
- PacmanLite → COMPLETE
14+
- PacmanFullAI → COMPLETE
15+
- AITargetDummy → COMPLETE
16+
17+
SYSTEM STATUS:
18+
- GAME MIGRATION PHASE COMPLETE
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Execute BUILD_PR_NETWORK_SAMPLES_RELOCATION_FROM_GAMES_TO_SAMPLES (v3) exactly as written.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
ACTIVE PR:
2+
3+
BUILD_PR_NETWORK_SAMPLES_RELOCATION_FROM_GAMES_TO_SAMPLES (v3)
4+
5+
SCOPE:
6+
- Move network_sample_a/b/c
7+
- Destination Phase 13 (1316–1318)
8+
- Remove from games/index.html
9+
- Add to samples/index
10+
- Preserve behavior
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
IMPORTANT:
2+
3+
You are NOT migrating games anymore.
4+
5+
You are:
6+
- organizing samples
7+
- fixing index wiring
8+
- aligning structure
9+
10+
This is a MOVE + INDEX problem
11+
NOT a gameplay problem
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
AFTER BUILD:
2+
Create APPLY_PR_NETWORK_SAMPLES_RELOCATION_FROM_GAMES_TO_SAMPLES
3+
4+
AFTER APPLY:
5+
Phase 13 COMPLETE
6+
Repo aligned
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
OPTIONAL:
2+
3+
Assume next.
4+
Do not ask for confirmation.
5+
Build ZIPs directly.
6+
7+
This keeps velocity high.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
START HERE
2+
3+
1. Open RESTART_CONTEXT.txt
4+
2. Copy into new ChatGPT session
5+
3. Run FIRST_COMMAND.txt
6+
4. Follow NEXT_STEPS.txt
7+
8+
This restores full workflow state instantly.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
We are continuing a docs-first Codex workflow.
2+
3+
Repo: HTML-JavaScript-Gaming
4+
5+
State:
6+
- All core games migrated (single-zip pattern)
7+
- Template contract enforced
8+
- Games are canonical and clean
9+
- Moving network samples → samples Phase 13
10+
11+
Rules:
12+
- PLAN_PR → BUILD_PR → APPLY_PR
13+
- Docs only
14+
- Codex writes code
15+
- Fail fast
16+
- No guessing
17+
- ZIP outputs only
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
We are continuing a docs-first Codex workflow.
2+
3+
Repo: HTML-JavaScript-Gaming
4+
5+
Current state:
6+
- All core games have been migrated using single-zip full-folder migration
7+
- Template contract is enforced
8+
- Canonical games are clean and running
9+
- Network samples are being moved from games/ to samples (Phase 13)
10+
11+
Workflow rules:
12+
- PLAN_PR → BUILD_PR → APPLY_PR
13+
- Docs-only bundles (no code)
14+
- Codex writes all code
15+
- Every PR must be testable
16+
- No scope expansion
17+
- Fail fast if inputs are unclear
18+
- ZIP outputs only
19+
20+
----------------------------------------
21+
22+
Last completed:
23+
- PacmanFullAI migrated
24+
- All standard games complete
25+
26+
In progress:
27+
- BUILD_PR_NETWORK_SAMPLES_RELOCATION_FROM_GAMES_TO_SAMPLES (v3 created)
28+
29+
Requirements:
30+
- Move:
31+
games/network_sample_a
32+
games/network_sample_b
33+
games/network_sample_c
34+
35+
- Destination:
36+
samples/Phase 13 - Network Concepts, Latency & Simulation (1301-1315)/
37+
→ 1316, 1317, 1318
38+
39+
- MUST ALSO:
40+
- Remove from games/index.html
41+
- Add tiles to samples/index
42+
- Preserve behavior
43+
44+
----------------------------------------
45+
46+
FIRST COMMAND:
47+
48+
Execute BUILD_PR_NETWORK_SAMPLES_RELOCATION_FROM_GAMES_TO_SAMPLES (v3) exactly as written.
49+
50+
----------------------------------------
51+
52+
NEXT STEPS:
53+
54+
After BUILD:
55+
Create APPLY_PR_NETWORK_SAMPLES_RELOCATION_FROM_GAMES_TO_SAMPLES
56+
57+
After APPLY:
58+
System state COMPLETE for Phase 13 alignment
59+
60+
----------------------------------------
61+
62+
REMINDER:
63+
64+
- Games phase is DONE
65+
- This is now a samples organization phase
66+
- Focus: move + index wiring (NOT gameplay)
67+
68+
----------------------------------------
69+
70+
OPTIONAL:
71+
72+
Assume next. Do not ask for confirmation. Build ZIPs directly.

docs/dev/start_of_day/restart/_readme.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)