feat: add Domino Card Maker tool to hub - #51
Merged
Conversation
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
Adds a new Domino Card Maker teacher tool: paste a word list and generate a printable set of matching domino tiles (each tile links one word to the next in a closed loop, so the chain wraps around for matching activities). Supports comma/newline lists, image URLs, configurable set size / tiles-per-page / text size / casing, reshuffle, and print-to-A4-PDF.
Integrated following the hub's standard contribution flow (self-contained module under
apps/+ agames.jsonregistry entry), so it automatically inherits tabs/pins/search/dark-mode.Changes
apps/tools/domino-maker/index.html— the self-contained tool, adapted from the provided file to KlassKit conventions:pink #ff4785,orange #ff7e33,green #00d063,blue #1ea7fd,dark #0f172a).theme_domino-maker/theme_hub, listens for thestorageevent), matchingworksheet-maker. The toggle now persists totheme_domino-maker.games.json— registered the tool as atoolentry and bumpedmetadata.totalGames67 → 68:{ "id": "domino-maker", "title": "Domino Maker", "category": "tool", "path": "./apps/tools/domino-maker/index.html", "icon": "rectangle-horizontal", "description": "Printable Domino Card Maker", "tags": ["vocabulary", "materials", "printable", "tool"], "active": true, "guide": { "short": "...", "steps": [ /* 4 steps */ ] } }Verification
games.jsonparses; Playwright suite passes (2 passed); page returns 200 vianpx serve.Link to Devin session: https://app.devin.ai/sessions/6a816cc7fd9a480a975d22ffdde85c3a
Requested by: @pod-III