Add Sandcastle shape with a 1-3 spires feature, schedule it for National Sand Castle Day - #46
Open
TimBest wants to merge 2 commits into
Open
Add Sandcastle shape with a 1-3 spires feature, schedule it for National Sand Castle Day#46TimBest wants to merge 2 commits into
TimBest wants to merge 2 commits into
Conversation
…nal Sand Castle Day Mirrors the Fried Egg / yolks pattern: a new shape-only "spires" feature (types.ts, features/index.ts, CardSvg.tsx) lets the Sandcastle turret count vary per card. Registers "Sandcastle" in the shape registry and schedules it as the August 1st daily puzzle. Also extends the deckbuilder-shape skill's render script to plot the new spires axis alongside yolks.
✅ Deploy Preview for imaginative-dieffenbachia-3400e7 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Each spire value now draws a genuinely different castle rather than the same silhouette with an extra identical turret bolted on: a lumpy mound with one flag, a modest crenellated keep with two flat-topped towers, a towered castle with cone-roofed spires, and a grand five-spired castle. Widens the global spires feature from 3 to 4 options (types.ts, features/index.ts, CardSvg.tsx) and bumps the shape to 3 declared colors so roofs/flags and doors/windows read as separate accents. Updates the National Sand Castle Day daily puzzle to use all 4 steps.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Mirrors the Fried Egg / yolks pattern: a new shape-only "spires" feature
(types.ts, features/index.ts, CardSvg.tsx) lets the Sandcastle turret count
vary per card. Registers "Sandcastle" in the shape registry and schedules it
as the August 1st daily puzzle. Also extends the deckbuilder-shape skill's
render script to plot the new spires axis alongside yolks.