rspeer / dominiate

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

Strategies should have a list of cards they require #27

Closed rspeer closed 13 years ago

rspeer commented 13 years ago

Each strategy should have an attribute called "require", containing a list of (names of) cards. The strategy is saying that it can't run unless those cards are in the supply.

Then, we can make actual 10-card kingdoms for our simulated games, ensuring that they contain all the cards that the players require. With meaningful kingdoms, we can then create a Bane pile for Young Witch, and a Black Market deck.