Skip to content

Add design moodboard reference (docs) - #199

Open
testtest126 wants to merge 5 commits into
mainfrom
docs/design-moodboard
Open

Add design moodboard reference (docs)#199
testtest126 wants to merge 5 commits into
mainfrom
docs/design-moodboard

Conversation

@testtest126

Copy link
Copy Markdown
Owner

Summary

  • Adds docs/design/moodboard/MOODBOARD.md, an agent-facing style reference for MateMate, mirroring the format of LULL's docs/design/moodboard/MOODBOARD.md.
  • Palette is sampled from the real code, not assumed:
    • In-app: Assets.xcassets/AccentColor.colorset (#8A6216 light / #E7BA5C dark — gold/ochre) and WarmBackground.colorset (#F6EFE2 light / #171109 dark — warm parchment).
    • Board themes: exact hex from BoardTheme.swift (Classic/Green/Blue/Gray).
    • Public site: docs/index.html :root tokens.
  • Correction found and flagged in the doc: the public site's primary --accent is green (#2C6E52), not gold — gold/buff is only the site's secondary token. The in-app accent genuinely is gold/ochre. These are two different systems; the doc calls this out explicitly so it doesn't get flattened into one guess later.
  • Correction found and flagged: the-fleet page skins are six named themes (arabic, japanese, indian, codex, andalus, terminal), not four — japanese and codex were missing from the working assumption.
  • No custom "ink" color token exists in-app — the wordmark and text use the system default label color via the native .navigationTitle, not a bespoke asset.
  • Links (not duplicates) to the four existing reference assets, all confirmed present: docs/screenshots/screenshot-home.png, screenshot-game.png, screenshot-review.png, docs/app-icon.png.

Docs-only change, no code/CI surface.

Test plan

  • N/A — docs-only

🤖 Generated with Claude Code

testtest126 and others added 5 commits July 21, 2026 18:43
Agent-facing style reference for MateMate, mirroring the one in LULL.
Palette is sampled from the actual code (AccentColor/WarmBackground
colorsets, BoardTheme.swift, docs/index.html :root) rather than assumed —
the app's gold/ochre accent and the public site's green accent are
genuinely different tokens, not a copy error, and are called out
explicitly so nobody merges them into one guess.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Supersedes the from-descriptions draft with the design tool's authoritative,
code-grounded version — sampled directly from AccentColor.colorset,
BoardTheme.swift, Styling.swift, BoardView.swift, and MoveAnnouncer.swift —
and extends the doc to cover LULL in the same file, per the canonical
source shared for both repos.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Adds the chess "App icon & brand mark", "Engine strengths & review", and
"Online play & clocks" sections, plus LULL's "The haunt — the cloud"
section, per the owner's final sign-off on the design tool's content.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Pulled verbatim from LULL's docs/design/moodboard/MOODBOARD.md (source of
truth for this shared doc), adding the "Leaderboard & ratings" and
"Accessibility & VoiceOver" sections.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
The branch's copy had drifted from the LULL source of truth (139 lines,
missing Promotion picker, Hints & takebacks, Opening book, Draw offers &
resign, the Ornaments line, and The dev loop sections). Re-synced verbatim
from testtest126/LULL main.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant