Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

While running trains, a 1-city route was allowed #179

Closed
yoyoson opened this issue Apr 27, 2020 · 1 comment · Fixed by #200
Closed

While running trains, a 1-city route was allowed #179

yoyoson opened this issue Apr 27, 2020 · 1 comment · Fixed by #200
Labels
bug Prevents game from being played correctly good first issue Good for newcomers

Comments

@yoyoson
Copy link

yoyoson commented Apr 27, 2020

However according to rule 8.2 from the deepthought rules,

A train may not run on a route shorter than length two, therefore a 2-train must run routes of exactly length two.

For instance, a yellow straight was laid WNW out of the KO home tile, but no tile yet in Marugame (I2)

I was allowed to run K4 to J3, and it paid 30 for having the KO home tile in there.

The JSON for the game lists it as a route including from K4 to J3.


{
      "type": "run_routes",
      "entity": "KO",
      "entity_type": "corporation",
      "id": 62,
      "routes": [
        {
          "train": "2-2",
          "hexes": [
            "K4",
            "J3"
          ]
        },
        {
          "train": "2-3",
          "hexes": [
            "K4",
            "K6",
            "L7"
          ]
        }
      ]
    }

Full blob here:

SingleCityRouteAllowed.txt
This was in a hotseat game.

@jenf
Copy link
Collaborator

jenf commented Apr 29, 2020

Should be resolved

@jenf jenf closed this as completed Apr 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Prevents game from being played correctly good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants