outfrost / deckswipe

Single player card game skeleton based on Reigns and Lapse
MIT License
75 stars 29 forks source link

Eliminate need for dummy cards #41

Open outfrost opened 3 years ago

outfrost commented 3 years ago

Currently, a dummy card with a prerequisite on itself is necessary to make other cards not randomly drawable (i.e. usable only as followups). A simple fix for this will be the introduction of a drawable field in the card model.