Changelog — Stage 0: Create the Game Screen
Previous Stage
None. This is the starting point.
Files Changed
| File | Change | What and Why |
|---|---|---|
index.html | added | The game start screen. Contains the title, a tagline, and a Start Game button. |
Summary
Stage 0 is the "before Git" state. You create a folder and a single HTML file so there is something real and visible on screen. No Git commands run yet — the next stage turns this folder into a Git repository and makes the first save point.