rspeer / dominiate

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

Implemented 5 new cards, updated basic AI for 7 #3

Closed michaeljb closed 13 years ago

michaeljb commented 13 years ago

new implementations -Farming Village -Hunting Party -Sea Hag -Treasure Map -Vineyard

These (except Vineyard) and Familiar, Ironworks, Moneylender also updated in basic AI actionPriority.

rspeer commented 13 years ago

It's merged in, smoke-tested a bit, and running on the Web. One thing: be careful not to write "action {" instead of "action, {" in defining a card.

Thanks!

michaeljb commented 13 years ago

Thanks, I'll be sure to keep a closer eye on it. Thanks for making this open source, it's been really to fun to contribute!