averbraeck / housinggame-facilitator

Facilitator app for the housing game
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Calculate taxes when player is behind #18

Closed averbraeck closed 11 months ago

averbraeck commented 11 months ago

When the game has advanced beyond 'FINISH BUYING' but a player is lagging behind, taxes are not calculated at the moment. The taxes have to be calculated when the facilitator confirms the buy of the house in that case.

averbraeck commented 11 months ago

Tested to buy a house after state has moved to "finish buying":

image

After approval the taxes have indeed be paid (less than the other players, because of the brackets):

image

averbraeck commented 11 months ago

This is also correctly shown in the facilitator screen (see player t3p6):

image

averbraeck commented 11 months ago

Late tax calculation is implemented and works.