Feat - Add card clues to narrow down the card - #116
Closed
daryllxd wants to merge 4 commits into
Closed
Conversation
daryllxd
commented
May 20, 2025
| import CardArt from "./CardArt.vue"; | ||
| import GuessInput from "./GuessInput.vue"; | ||
| import { isGuessOk } from "../utils/guess"; | ||
| import CardArt from "./CardArt.vue"; |
Author
There was a problem hiding this comment.
Hmm, maybe my linter is not set up correctly (I am using Cursor)
daryllxd
commented
May 20, 2025
| set: string; | ||
| image_uris: ScryfallImageUris; | ||
| card_faces?: never; | ||
| cmc: number; |
Author
There was a problem hiding this comment.
This is duplicated for now and I notice this exists https://github.com/scryfall/api-types, checking if this can be in another PR or in this one?
daryllxd
commented
May 20, 2025
| align-items: stretch; | ||
| max-height: calc((var(--count) + 0.6) * (1em + var(--v-padding) * 2)); | ||
| overflow-y: scroll; | ||
| z-index: 10; |
Author
Collaborator
|
Hey! Didn't see this until just now. We're in the process of switching to a different store library (PR here) - once that's merged in, and this PR has been updated to use the new system, I can take a look at this PR. |
Collaborator
|
Since this PR opened, I've added a CONTRIBUTING.md file laying out our guidelines. While I've considered adding a hint system of some kind, we're not currently looking to add this hint system here. |
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.

Hello, I am a Magic player that has recently changed jobs and is looking to learn more Vue.js. I accidentally found this repo while I was looking to create some tools for Magic the Gathering and this is just my first PR to add clues because while I was testing the art game, I really couldn't figure out any of the cards but the clues kind of helped. I would like to have a few weeks until my new job starts so I can put in a few hours a day to contribute.
I can also pick one from the issues if it's fine
CleanShot.2025-05-20.at.22.58.52-converted.mp4