dominion-0.1.1.0: A simulator for the board game Dominion.

Safe HaskellNone
LanguageHaskell98

Dominion.Strategies

Synopsis

Documentation

bigMoney :: PlayerId -> Dominion () Source #

Buy the most expensive victory or treasure card you can.

bigMoneySmithy :: PlayerId -> StateT GameState IO () Source #

Same as bigMoney but also buy a smithy whenever you can.

stupidStrategy :: PlayerId -> Dominion () Source #

A strategy that should never win: buy only provinces and golds exclusively.