-
Notifications
You must be signed in to change notification settings - Fork 189
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
[1822] London Tiles Not Reserved for Owner #4311
Comments
I need an example where it doesnt respect the rules. Since there is code for it to do it. |
https://18xx.games/game/31150 |
Ok now i understand, i have made so you cant build a tile except into london. Its highly unlikely i will enforce an agrement ingame where you get a question. |
Ok! Just to make sure I understand, you think you will be leaving it as is and it will be up to players to enforce that rule? |
@magnusfalt You are allowed to build track that does not connect to London with the owner's permission. Requiring that all track be built into London is not correct behavior. |
Ok reread the rules and you right. Will changed the issue to a bug. |
"The six hexes around London are reserved for the adjoining companies and cannot have a yellow tile placed on them without the agreement of the director or concession holder of the respective major or minor company. If the company has no director or concession holder, then a tile may only be laid if it connects the associated London station into an existing route network." Unless I am reading an outdated version of the rules? The issue was not due to the fact that the 14 was co-located because the track was laid into a different London exit. |
You need permission to lay track into London if and only if there is a concession holder or president of the associated London company. If the company does not exist in any form yet, then connecting it into the existing track network is sufficient. Otherwise, permission is always required, even if you're connecting into London. |
Agreed! In this case, the 14 was laying track into the GWR's home when the GWR existed. This was on the first turn of the GWR's existance, before the GWR ran. (The issue was undone once we realized the mistake). |
What happens if there is a minor company that has been eliminated from the game? (Though it's unlikely that a London minor will go un-purchased.) |
My understanding from being a play tester of 1822 is that the six hexes around London have a little bit of track printed on the hex. See picture to see the board in the AAG version. This track needs to be kept when laying yellow tiles. I've reread the latest rulebook and I'm not 100% sure if this has been changed. I've reached out to Simon. |
The behavior of 18xx.games is clearly inconsistent with the rules as written. I've run a hotseat game to highlight a clear failing; see attached json of the game (compressed because json not recognized file type here). Rule 6.1.5 of the AAG printing just delivered (Apr 2021) is:
In the situation below, the only options that LNWR is given for the Hartford track are tracks connection to the London LNWR station. Tracks that connect to the Manchester LNWR station but not the London one are not permitted by 18xx.games.
Unless rclyne can confirm that the RAW are contrary to designer intent, this seems to be a clear issue of 18xx.games. |
That said, I understand the reluctance to create a dialog or confirmation system, where one player's turn is interrupted to wait for explicit confirmation by another player. I think it would be fair for the 18xx.games assumption to be that a different player would not consent to being blocked. But I think that 18xx.games should definitely permit a company to block itself and probably permit a player to block themself. That is, I think it would be fair for 18xx.games to implement 6.1.5 along these lines:
Currently, 18xx.games implements this version of 6.1.5:
|
Rule 6.1.5 is currently enforced in the 1822 map.
Fixing this (to implement the rules as written) seems likely to be non-trivial and of little benefit. I'll try to figure out how to add a bullet to the Implementation section of the wiki to document this. |
Wiki updated with new Implementation Note:
https://github.com/tobymao/18xx/wiki/1822 I recommend closing this issue as unresolvable (wontfix?). edit: Added sentence to wiki (and here), reflecting the choice to permit connecting without consent. |
@KevinR1000 Why is implementing an overly-restrictive ruleset correct here? Wouldn't the rules permissive approach be to allow all tile lays outside London, and leave it up to the players to not break the rules? Intentionally implementing rules that prevent legal gameplay seems incredibly unwise. |
That is a philosophical question, and far above my pay grade. Permitting everything and relying on players for enforcement has precedent (inter-player sales of trains or privates). For privates (at least), a warning pops up requiring the buying player to confirm that the seller agreed. Maybe something like that could be added (although I don't know how complex that is; I'll look). My inclination, however, is that this sort of track laying is not obviously transgressive in the way stealing someone's cert/train would be. That might put a thumb on the scale, suggesting that programmatic enforcement is reasonable (even though it blocks rare but legal moves). For the time being, we definitely need to document what the code does (strictly enforce part of the rule and ignore part of the rule). If this can be fixed in a better way in the future, great. |
(Also note: the rule as written is slightly ambiguous. If both the 14 and another company are co-located, is it sufficient for only one to consent to a connecting yellow tile? If the other company is unowned, can the 14 consent to a non-connecting yellow tile? If the 14 is unowned, in some sense it is at every London station; can a non-connecting yellow tile be played while the 14 is unowned?) |
I'm not convinced that a non-connecting tile is even legal.
…On Sat, Apr 24, 2021 at 12:23 PM KevinR1000 ***@***.***> wrote:
(Also note: the rule as written is slightly ambiguous. If both the 14 and
another company are co-located, is it sufficient for only one to consent to
a connecting yellow tile? If the other company is unowned, can the 14
consent to a non-connecting yellow tile? If the 14 is unowned, in some
sense it is at every London station; can a non-connecting yellow tile be
played while the 14 is unowned?)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#4311 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACCT6E4AZMH3EDQ6K4WJQRTTKMLDJANCNFSM4YUBJ7UA>
.
|
I emailed Simon Cutforth and he said: For 1822, the answer is half and half. Any company can lay track that keeps the little spurs. Only the director of the company, or the concession holder, can permit a piece of track to be laid that ignores the spurs. |
I believe this is even more broken than before, @scottredracecar. It's definitely not rules permissive. You are currently required to build track into London and not bypass the spurs, even with consent. Please correct me if I'm wrong, but this is still a bug that needs fixing. |
Okay, but this issue is long and hard to track the specific request. I suggest making a new issue that clearly explains what needs to be fixed now and reference this one for background. |
This is an issue where the amount of work is need to get this to work WAY outweighs the need to do this very specific case correct. Anyway, i wont touch it, but if we have an eager 1822 fan who want to do it, go ahead :) |
Closing for now. This is documented on the wiki and I added a link to this issue. |
According to rule 5.10.7, "The six hexes around London are reserved for the adjoining companies and cannot have a yellow tile placed on them without the agreement of the director or concession holder of the respective major or minor company." This rule is not respected in game.
The text was updated successfully, but these errors were encountered: