TeamVelocity / teamvelocity.github.io

Source code for the Team Velocity Site
Apache License 2.0
1 stars 0 forks source link

End of Round Experience (not finished)::Board Depleted #5

Closed bmweiner closed 6 years ago

bmweiner commented 6 years ago
bmweiner commented 6 years ago

I added support to change rounds.

bmweiner commented 6 years ago

@nathaniel-gray please confirm and i will close this issue

nathaniel-gray commented 6 years ago

@bmweiner Confirmed @ 20180812 :: 2346 that round transitions to round 2.

However, # of spins, and # clues available in round does not reset during the round change. E.g. 3rd spin in second round results in -3 spins left, counting down toward -.

Up to you if you want to spawn a new bug about this, or keep this open.

Notes: I don't think we formally defined what should happen across rounds with the player's current bundle of free tokens. As you've currently implemented, the score and tokens move between rounds.

nathaniel-gray commented 6 years ago

image

bmweiner commented 6 years ago

This is definitely a bug. I will fix it today

bmweiner commented 6 years ago

Hi @nathaniel-gray this issue should be fixed now.

Regarding the tracking of points and tokens. The tokens carry between both rounds. The score logic tracks scores by round (e.g. bankrupt only affects the current round). The score displayed under the player is their current total between both rounds.