boardgamers / gaia-engine

Javascript engine for project gaia
MIT License
13 stars 6 forks source link

Charge power in clockwise order starting from the player who made the buidling #73

Closed coyotte508 closed 6 years ago

coyotte508 commented 6 years ago

From the rules:

In clockwise order from the player who built or upgraded, players decide if they want to charge power.

Currently, power is already charged in clockwise order. But it's done starting from Player1, not from the player who actually did the build action. If there are 5 players and Player3 upgrades a building, the charge power order is Player4, Player5, Player1, Player2.