rspeer / dominiate

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

Find choices that win instantly; avoid ones that lose instantly #24

Open rspeer opened 13 years ago

rspeer commented 13 years ago

The simulator should be able to avoid gaining a card that will cause it to lose the game. It should also try to gain/buy cards to win the game when possible (although some of the more interesting ways to do this are things it could only do by the relatively slow process of searching the game tree).