rspeer / dominiate

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

AI plays Remake (and probably Upgrade) badly #30

Closed rspeer closed 13 years ago

rspeer commented 13 years ago

Well, I fixed the blatant bug in Remake, but now I don't understand the decisions it's making. A Remake strategy, for example, will remake Silvers into arbitrary $4 cards.

rspeer commented 13 years ago

This is basically fixed; I added a check that only plays Remake when there are two cards it wants to trash. That seems to have been the issue.

Of course, this is kind of limiting for Remake strategies unless we significantly add to its trash and gain priority lists.