Changelog — Stage 3: Add the Scoreboard
Previous Stage
Stage 2: Add Styling (branch: stage-2-add-styling)
Files Changed
| File | Change | What and Why |
|---|---|---|
index.html | modified | Adds a <div class="scoreboard"> with two <p> tags (score and lives). |
style.css | modified | Adds a .scoreboard rule that gives the panel a white background, border, and spacing. |
Summary
This stage adds the scoreboard panel to the game screen and then pauses to look back. You use git log to see every save point so far. The point is not the CSS — it is the feeling of reading your own history.