全ての報告
世界の七不思議(7 Wonders)の報告
#11068: "When buying to neighbours, no need to detail every possibility"
implemented: この提案は実行されました
166
どういった内容ですか?
どうしましたか?以下から選んでください
提案:次項がゲームを大きく改善すると思われる
詳細
• 何を意味するのか、簡単に理解できるようにあなたの提案を正確かつ簡潔に説明してください。
• あなたのブラウザは何ですか?
Mozilla v5
報告履歴
ludique • バグは未だ開発者によって再現できていません:
2018年 9月26日 3:01 •
2018年 9月26日 3:23 • When I want to build a card requiring many resources, and I have for example the caravansery and the forum (yellow cards producing brown or grey resources), but still not enough resources, the game will propose to buy to my neighbours with every possibility.
This image will explain quickly what I mean:
i.imgur.com/7JR08SS.png (I was building the palace, one resource of each type is needed.)
In the picture there are actually only 3 choices: 2 coins for Hamjy, 1 coin for each neighbour, or 3 coins for Narmo. I don't need the list of every thing.
How to improve : always write the cheapest solutions first (happen with a specifically oriented Trading Post), then a separation with more expensive solutions, and summarise money given to who.
[Give 1 to Right Neighbour and 1 to Left Neighbour]
[Give 2 to Left Neighbour]
--- more expensive solutions ---
[Give 3 to Right Neighbour]
This image will explain quickly what I mean:
i.imgur.com/7JR08SS.png (I was building the palace, one resource of each type is needed.)
In the picture there are actually only 3 choices: 2 coins for Hamjy, 1 coin for each neighbour, or 3 coins for Narmo. I don't need the list of every thing.
How to improve : always write the cheapest solutions first (happen with a specifically oriented Trading Post), then a separation with more expensive solutions, and summarise money given to who.
[Give 1 to Right Neighbour and 1 to Left Neighbour]
[Give 2 to Left Neighbour]
--- more expensive solutions ---
[Give 3 to Right Neighbour]
ZeliTheZealot • この提案はまだ開発者によって解析されていません:
2019年 5月14日 0:23 • imgur.com/a/y6igHoU
I've only been playing for a handful of games and this case comes up...
the suggestion is nice and please try to implement it;DD
would increase game speed by a lot
I've only been playing for a handful of games and this case comes up...
the suggestion is nice and please try to implement it;DD
would increase game speed by a lot
diamant • この提案はまだ開発者によって解析されていません:
2019年 5月15日 0:30 • I agree to sort the different solutions by increasing price and group similar solutions. I don't agree to summarise money given to who, except if this would be an option.
ZeliTheZealot • この提案はまだ開発者によって解析されていません:
2019年 5月16日 2:43 • in reply to diamant
the only three things that matter in a trade are: (assuming you have neighbours A and B)
1. how much you lose
2. how much A gets
3. how much B gets
If these are displayed (once and once only for each possibility) then nothing else matters
Sometimes you might want to limit cash flow to a certain neighbour, maybe because it's late game and close, or because you'd want to starve them.
Currently the system makes it very hard to even find the cheapest option among dozens of options, let alone finding the most strategically sensical one.
Thanks devs. much love
the only three things that matter in a trade are: (assuming you have neighbours A and B)
1. how much you lose
2. how much A gets
3. how much B gets
If these are displayed (once and once only for each possibility) then nothing else matters
Sometimes you might want to limit cash flow to a certain neighbour, maybe because it's late game and close, or because you'd want to starve them.
Currently the system makes it very hard to even find the cheapest option among dozens of options, let alone finding the most strategically sensical one.
Thanks devs. much love
Chookie • この提案はまだ開発者によって解析されていません:
2020年 3月21日 8:58 • This is a much needed improvement to the game. Could someone look into implementing this please?
Thanks a lot :)
Thanks a lot :)
Sweetpaq • この提案はまだ開発者によって解析されていません:
2020年 4月27日 3:06 • Also French rules Book does not specify that you cant buy resources from a neighbour double brown primary resource card. It seems that the site is not allowing us to trade those resources. This unbalancing the value of yellow cards and increasing double resource card.
Xapa • この提案はまだ開発者によって解析されていません:
2020年 5月 3日 12:17 • Un aperçu d'une partie 7Wonders jouée hier soir...
Je voulais acheter des ressources à mes voisins, voici ce que BGA m'a affiché.
En terme de lisibilité, on fait difficilement... pire. Face à ce bordel, j'ai finalement joué autre chose.
Peut-être pourrions-nous effectivement améliorer cela (je rejoins les propositions précédentes :-))
Capture d'écran / Printscreen of yesterday's game on BGA:
imgur.com/Vhvtq6q
Merci beaucoup
Je voulais acheter des ressources à mes voisins, voici ce que BGA m'a affiché.
En terme de lisibilité, on fait difficilement... pire. Face à ce bordel, j'ai finalement joué autre chose.
Peut-être pourrions-nous effectivement améliorer cela (je rejoins les propositions précédentes :-))
Capture d'écran / Printscreen of yesterday's game on BGA:
imgur.com/Vhvtq6q
Merci beaucoup
VIG Sparks • この提案はまだ開発者によって解析されていません:
2020年 5月 7日 2:15 • I built my wonder, giving me the ability to Copy a Guild Card from a neighbor. It did not give me the option or the points I would have gained
bokanist • この提案はまだ開発者によって解析されていません:
2020年 5月 9日 18:48 • To simplify this display.
We don't care about what is bought, the only important thing is the amount of money given to each opponent.
For any amount of money given to player A, only the solution paying lowest amount for player B should be kept.
New players just care about the cheapest option, so we can underline or display it in green.
So in the end it's just a scale from left player to right player. Example we need 2 ressources and can buy them for 1 coin to right player. The list could be displayed like this each button is in bracket and contain [Money for left player - money for right player]:
Left player - Right player
[4] [2 - 1] [_0 - 2_]
So the simplification Could be made like this :
- One pass to compute the relevent information "paid to left player" (Called L) and "paid to right player" (called R) and total (called T)
- Sort by increasing R, for any equal values of R sort by decreasing L
- One pass on the array to filter pairs of neighbors (duplicates and too expensive) : if(L1==L2 and R1<=R2) then discard item 2, if(R1==R2 and L1>=L2) then discard item 1
- Find the least expensive total
- Display options left to right
We don't care about what is bought, the only important thing is the amount of money given to each opponent.
For any amount of money given to player A, only the solution paying lowest amount for player B should be kept.
New players just care about the cheapest option, so we can underline or display it in green.
So in the end it's just a scale from left player to right player. Example we need 2 ressources and can buy them for 1 coin to right player. The list could be displayed like this each button is in bracket and contain [Money for left player - money for right player]:
Left player - Right player
[4] [2 - 1] [_0 - 2_]
So the simplification Could be made like this :
- One pass to compute the relevent information "paid to left player" (Called L) and "paid to right player" (called R) and total (called T)
- Sort by increasing R, for any equal values of R sort by decreasing L
- One pass on the array to filter pairs of neighbors (duplicates and too expensive) : if(L1==L2 and R1<=R2) then discard item 2, if(R1==R2 and L1>=L2) then discard item 1
- Find the least expensive total
- Display options left to right
twigthe1st • この提案はまだ開発者によって解析されていません:
2020年 5月15日 2:30 • I would like to add that sometimes it is difficult to find the cheapest option. Making use of highlighting or some kind of intuitive ordering would help.
CaKtus • この提案はまだ開発者によって解析されていません:
2020年 6月 2日 2:26 • Fully agree. No need for details. A sorted display of what L and R will get.
diamant • この提案はまだ開発者によって解析されていません:
2020年 6月 4日 12:46 • I completely disagree with the comments that ask to limit the information and options of the players when purchasing the resources necessary for the construction of a building.
My opinion is that the implementation should not constrain the players, compared to the real game, and that a good ergonomics must repeat the processes observed during a real game.
When a player buys resources from his neighbors in the real game, he decides to buy from such neighbor for each resource he needs (that is, if he needs 2 woods, he can buy them from 2 different neighbors).
This is exactly what the implementation must do: for each resource needed, in the order of the resources on the card of the building to be built, the player must be able to decide to whom he buys this resource by means of checkboxes. Neighbors are presented by decreasing purchase price, and in the reverse order of the turn in case of equal prices. The left most checkbox is checked by default.
At the end of the list of needed resources, an additional line takes balance of the previous lines, total paid by the player, total received by each neighbor in the reverse order of the turn and includes a single button to validate the choices of the previous lines.
My opinion is that the implementation should not constrain the players, compared to the real game, and that a good ergonomics must repeat the processes observed during a real game.
When a player buys resources from his neighbors in the real game, he decides to buy from such neighbor for each resource he needs (that is, if he needs 2 woods, he can buy them from 2 different neighbors).
This is exactly what the implementation must do: for each resource needed, in the order of the resources on the card of the building to be built, the player must be able to decide to whom he buys this resource by means of checkboxes. Neighbors are presented by decreasing purchase price, and in the reverse order of the turn in case of equal prices. The left most checkbox is checked by default.
At the end of the list of needed resources, an additional line takes balance of the previous lines, total paid by the player, total received by each neighbor in the reverse order of the turn and includes a single button to validate the choices of the previous lines.
diamant • この提案はまだ開発者によって解析されていません:
2020年 6月 4日 12:49 • In my previous comment, please read "by increasing purchase price", not "by decreasing purchase price".
freddkham • この提案はまだ開発者によって解析されていません:
2020年 6月10日 2:13 •
Cullich • この提案はまだ開発者によって解析されていません:
2020年 6月21日 11:59 • To the admins/developer: just totally agree. It's difficult to follow and unnecessary
@diamant - While I like making an online game as close to the real experience as possible, and generally dislike things that just allow players to be too darn lazy, in this case I have to disagree. When I play this in real life, it's a heck of a lot easier for me to figure out who I'm buying what from. The problem with the implementation is, while it might more duplicate the real experience, it's just dang hard to read and figure out!! I have to spend way too much time on it and it bugs out my eyes. In the end, I just want to know how much I'm spending and who's getting it.
@freddkham - Feel for ya. I've had some longer lists, but I would freak if I ever saw that one. (Going to post a screenshot of that to the people I play with.)
@diamant - While I like making an online game as close to the real experience as possible, and generally dislike things that just allow players to be too darn lazy, in this case I have to disagree. When I play this in real life, it's a heck of a lot easier for me to figure out who I'm buying what from. The problem with the implementation is, while it might more duplicate the real experience, it's just dang hard to read and figure out!! I have to spend way too much time on it and it bugs out my eyes. In the end, I just want to know how much I'm spending and who's getting it.
@freddkham - Feel for ya. I've had some longer lists, but I would freak if I ever saw that one. (Going to post a screenshot of that to the people I play with.)
Valezius • この提案はまだ開発者によって解析されていません:
2020年 7月27日 9:33 •
2020年 8月12日 5:02 • I think this implementation is wrong. A better would be that BSW use(d).
Card has resource cost. You just should show this needed resources one by one, Green checkmark if I have it, nothing if I don't directly have it.
If have to "buy" I can choose to buy from left or right, or use one of my special cards to fill it (brown 2 different resource, yellow card, wonder resource possibility)
In real game if I want to build a card I check what is missing and check how much to buy it. I won't check all possibilities in this form just like the program do now.
Card has resource cost. You just should show this needed resources one by one, Green checkmark if I have it, nothing if I don't directly have it.
If have to "buy" I can choose to buy from left or right, or use one of my special cards to fill it (brown 2 different resource, yellow card, wonder resource possibility)
In real game if I want to build a card I check what is missing and check how much to buy it. I won't check all possibilities in this form just like the program do now.
報告に書き加える
このバグを再現するため、またはあなたの提案を理解するために、ここに関連性があると思われるものを追加してください:
- 他のテーブルID/行動ID
- F5キー(ページの再読込)で問題は解決されましたか?
- 問題は何回も起こりましたか?毎回 起こりますか?ランダムに起きますか?
- もしこのバグのスクリーンショットがあれば(素晴らしい!)、Imgur.com等を使ってアップロードし、リンクをコピー&ペーストしてください。