You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
problem: two extra point for longest road of game minimum 5
solution: update longest road of every player, two points for the largest longest road player
In Scope
longest road of every player
longest road of game (minimum 5)
Acceptance Criteria:
Criteria 1:
given that it is player turn
when the player builds a road
then the longest road of the player should be updated
Criteria 2:
given that it is any player turn
when the player builds a road
then the longest road of the game should be updated and if it more than 4 then the longest road of the game holder player should get two points and if any old holder should loose two points
As a player
I want to build longest road
So that
I can get two extra point
Business Context
In Scope
Acceptance Criteria:
Criteria 1:
given that it is player turn
when the player builds a road
then the longest road of the player should be updated
Criteria 2:
given that it is any player turn
when the player builds a road
then the longest road of the game should be updated and if it more than 4 then the longest road of the game holder player should get two points and if any old holder should loose two points