averbraeck / housinggame-facilitator

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

Implement flood table in facilitator app #12

Closed averbraeck closed 10 months ago

averbraeck commented 11 months ago

The flood table is not yet shown in the facilitator app. A design has been made, and the design has to be implemented to show information about the flood and rain in successive rounds, and the effect on the players in the group.

averbraeck commented 10 months ago

The flood tables are taking shape. This is the screen before rolling the dice:

image

averbraeck commented 10 months ago

And after the dice roll. Data has been updated, and damage points have been calculated.

image

averbraeck commented 10 months ago

Flood table has been implemented and seems to work as intended.