Skip to content

Instantly share code, notes, and snippets.

@tmecklem
Created December 26, 2014 22:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmecklem/c5cf8437808d52b3c4bf to your computer and use it in GitHub Desktop.
Save tmecklem/c5cf8437808d52b3c4bf to your computer and use it in GitHub Desktop.
Feature: Building longest road
Scenario: Build 5 connected roads
Given a 3 player game at the start of round 3
And the board has the following items:
| type | location | player |
| settlement | A,t | 1 |
| road | A,nw | 1 |
| road | A,w | 1 |
| road | A,sw | 1 |
| road | E,w | 1 |
When I place a road at M,nw
Then I should receive the longest road card
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment