egonSchiele / dominion

A Dominion simulator in Haskell
Other
111 stars 11 forks source link

cycle through players to change who starts every game #2

Closed ajwheeler closed 10 years ago

ajwheeler commented 10 years ago

It might also be a good idea to (perhaps optionally) randomly permute player order, but I think this solves your TODO. I'm not sure if you would prefer to put the definition of rotate somewhere else.

egonSchiele commented 10 years ago

Thank you!