courageousillumination / deckr

A Card Game Engine for CMSC 22001
MIT License
6 stars 1 forks source link

Cards suckless tests #39

Closed percivalgambit closed 9 years ago

percivalgambit commented 9 years ago

Is there anything else I need to test for here? It seems like we just need a way to define cards and translate their effects into code. I cant think of a reason why we need decorators for card types unless they get more complex than this.

courageousillumination commented 9 years ago

Hmmm. I'm not sure. I think there's more to be done here. I could me wrong though. If you can swing by the maclab at some point after 3 and we can talk.

courageousillumination commented 9 years ago

As an exercise I'd try writing out the dominion cards using the things you outlined above and see how easy it is.