-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
As a player
I want to build longest road
So that
I can get two extra point
Business Context
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
Reactions are currently unavailable