averbraeck / housinggame-player

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

Calculate (and show) pluvial and fluvial effects of measures #37

Closed averbraeck closed 7 months ago

averbraeck commented 11 months ago

The calculation for buying measures does not influence the pluvial and fluvial 'defense' of a house yet. The delta caused by measures has to be stored with the house (or rather the HouseGroup that is specific to the group and the session.

averbraeck commented 11 months ago

The effects can be shown when info is provided and shown as '?' in the scenario where no info is available.

averbraeck commented 7 months ago

The pluvial and fluvial defense of a house is changed as a result of a measure.

image

averbraeck commented 7 months ago

The effects of measures are available on the cards (? or value).

averbraeck commented 7 months ago

The calculation is correct. Later, we can see if we want to show more information on the flood defenses of the measures in the app, and if so, how the layout should be.