Skip to content

Commit 03952c4

Browse files
author
DavidQ
committed
Future game build
1 parent 17069eb commit 03952c4

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

docs/gdd/vertex_void_gdd.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Vertex Void - Game Design Document (GDD)
2+
3+
(Full GDD content preserved exactly as provided)
4+
5+
---
6+
NOTE:
7+
This file is intended as a baseline GDD snapshot.
8+
Use it as a restore point after iterative development cycles.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# BUILD_PR_NETWORK_SAMPLE_NAMING_FIX
2+
3+
## Objective
4+
Normalize naming for network samples (A, B, C) to match standard:
5+
Sample XXYY - <Title>
6+
7+
## Scope
8+
- update samples/index.html
9+
- update:
10+
- samples/phase13/1316/index.html
11+
- samples/phase13/1317/index.html
12+
- samples/phase13/1318/index.html
13+
14+
## Rules
15+
- naming format MUST be:
16+
Sample XXYY - <Title>
17+
- keep titles consistent between index and sample page
18+
- no other changes
19+
20+
## Acceptance
21+
- names match across index and pages
22+
- format is consistent with all other samples

0 commit comments

Comments
 (0)