rspeer / dominiate

A simulator for Dominion card game strategies
http://rspeer.github.com/dominiate
MIT License
121 stars 43 forks source link

New cards, dig modification #25

Closed michaeljb closed 13 years ago

michaeljb commented 13 years ago

-Added Golem, Farmland, Silk Road, and Tunnel

-Changed Adventurer, Farming Village, and Hunting Party so that they each use the dig function.

-Added reactToDiscard(state,player) to card class; how discarding is handled will need to be more consistent to actually implement the reaction.