N-Shar-ma / Emoji-Card-Game

Emoji guessing card matching game, made using vanilla JavaScript, lots of css animations and the native HTML drag and drop API
https://emoji-card-game.netlify.app
19 stars 26 forks source link

Deck idea - Pokemon #19

Open ethapar opened 1 year ago

ethapar commented 1 year ago

I think it'd be a fun challenge to represent Pokemon as emojis! I'm down to work on it if you think it fits this project :)

N-Shar-ma commented 1 year ago

That does sound fun @ethandpark!

Could you give a couple examples of cards before working on the full deck? I'll assign this to you after getting a slightly better idea of how you plan to go about it. Looking forward to see what you come up with!

ethapar commented 1 year ago

Sure, here's 3 kinda basic ones. I'll obviously need to do some work with deciding exactly how to structure the emojis (should they all have 3, or just 1 primary and 1 secondary, etc) and such, but this is the general idea of what I was thinking. I'm open to other thoughts though!

{ name: "Blaziken", content: { primary: "🐓", secondary: "🔥🥊", }, hint: "Gen III starter, final evolution", matchValue: "Final evolution of Torchic", seenHint: false, }, { name: "Dragonite", content: { primary: "🐉", secondary: "🌃", }, hint: "Play on words, Gen1 dragon type", matchValue: "Final evolution of Dratini", seenHint: false, }, { name: "Pikachu", content: { primary: "⚡", secondary: "🐁", }, hint: "Ash's first Pokemon", matchValue: "Second evolution of Pichu", seenHint: false, },

N-Shar-ma commented 1 year ago

Looks really good @ethandpark ! Look forward to the full deck in a PR :)

N-Shar-ma commented 1 year ago

Any updates @ethapar ? Also just a heads up, the contribution guide has been updated so do have a look through the instructions before making your PR!

ethapar commented 1 year ago

Hey yep sorry, had a bit of a crazy week. I will have it done today!

N-Shar-ma commented 1 year ago

@ethapar If you don't have time for the full deck anymore, could you still make a PR with the cards you mentioned above? The rest of the deck can then be added by someone else, since I think these would be a really good starting point!