Ishadijcks / Ishadijcks.github.io

PokéClicker
15 stars 32 forks source link

Trading card game #84

Closed Ishadijcks closed 6 years ago

Ishadijcks commented 7 years ago

A side feature, a simplified version of the Pokémon trading card game.

yuhasem commented 7 years ago

I protoyped a card game here. It wasn't too hard to get most of the mechanics from the games working so the only one I've left out right now is retreat costs. Since this was just a prototype I didn't put any polish on the UI or descriptions on card attacks/abilities. For right now, you get a small deck based on your starter and if you want more you have to set it through the console by doing player.cards.availableCard[<card name>] = <amount>

Some known issues that I'll be working on:

Mostly I wanted to post this so that we can start thinking about what mechanics we want to include/remove from the card game and how this will fit into the game as a whole (what currencies, upgrades, benefits will it have?)