Skip to content

Commit 9e74393

Browse files
author
DavidQ
committed
Create initial games template structure
1 parent 8276a78 commit 9e74393

7 files changed

Lines changed: 31 additions & 9 deletions

docs/dev/CODEX_COMMANDS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
MODEL: GPT-5.4-codex
2-
REASONING: low
2+
REASONING: medium
33

44
COMMAND:
5-
Execute docs/pr/BUILD_PR_SAMPLES_76_INDEX_REMOVE_DEAD_SECTIONS.md exactly.
6-
Modify only samples/index.html.
5+
Execute docs/pr/BUILD_PR_GAMES_77_CREATE_TEMPLATE_STRUCTURE.md exactly.
6+
Create only listed files.
77
Package to:
8-
<project folder>/tmp/BUILD_PR_SAMPLES_76_INDEX_REMOVE_DEAD_SECTIONS_delta.zip
8+
<project folder>/tmp/BUILD_PR_GAMES_77_CREATE_TEMPLATE_STRUCTURE_delta.zip

docs/dev/COMMIT_COMMENT.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Remove empty sections from samples index
1+
Create initial games template structure

docs/dev/NEXT_COMMAND.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Next: pause samples index work and plan explicit file-based phase moves
1+
Next: add flow wiring
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cleanup empty sections
1+
template scaffold

docs/dev/reports/file_tree.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
samples/index.html
1+
games/_template/*
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
links unchanged; no empty sections
1+
files exist
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# BUILD PR — Games Template Structure (Minimal)
2+
3+
## Purpose
4+
Establish initial games/_template structure without affecting existing games.
5+
6+
## Exact Target Files
7+
- games/_template/index.js
8+
- games/_template/flow/attract.js
9+
- games/_template/flow/intro.js
10+
11+
## Required Code Changes
12+
- create minimal placeholder files with no runtime impact
13+
- no integration with existing games yet
14+
15+
## Constraints
16+
- exact files only
17+
- do not modify existing games
18+
- no logic implementation required
19+
20+
## Acceptance Criteria
21+
- template folder exists
22+
- files load without errors

0 commit comments

Comments
 (0)