Open mbrajk opened 8 years ago
Or we could read the rules..
Oh, umm, it's not an action per se. But certain bonuses require a player to make a decision. Like which tickets they take or which artist they make more famous. There are also little decision points elsewhere in the game. So basically we need pause when executing an action for further player choices. So probably in implementation terms these would be "actions" the user could perform.
As a condition for #14 we need to make sure that all game actions are implemented and that they perform all the required functions applicable to that action (e.g. updating money, influence, etc.). There is also a bonus type of turn that needs to be implemented. @axelwales you may need to chime in on how we determine when a bonus action happens.