averbraeck / housinggame-player

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

Spendable income for a house using more than the savings #56

Closed vjcortesa closed 7 months ago

vjcortesa commented 7 months ago
averbraeck commented 7 months ago

This is not a bug. The savings at any given moment are calculated as the available money at that moment (like in real life). Therefore, the savings do include the round income minus the living costs. I do not see how anything else could be logical. Of course, players should allow for upcoming costs, but the way it is calculated now, is totally consistent with the real world. The maximum mortgage, however, does NOT change based on the available money of the player -- this is dependent on the welfare level.

I do not see this as a bug, and it would be very illogical to change it from how it is implemented.