tobymao / 18xx

A platform for playing 18xx games online!
https://18xx.games
Other
279 stars 182 forks source link

[1848] Add minimum price information to the private certificates #11041

Open slapphappyjazz opened 1 month ago

slapphappyjazz commented 1 month ago

In the 1848 auction, it would be helpful to see the minimum price for each private.
I think this would be more useful than the supposed face value, which is of no real consequence.

benjaminxscott commented 1 month ago

Not sure I understand, (face) Value is the starting bid, Price is the current price after discounts, and the minimum price is always zero

Perhaps we could hide Value after the initial discount since it's no longer relevant after that point?

We re-use the logic from other games w/ discounts like 46 where value and discounted price are shown

The range of 1..X is what a corp can buy the private in for The current wording doesn't make that clear, IMO

scottredracecar commented 1 month ago

The minimum price is not zero. The auction chart has a minimum. Check out the physical game.

On Thu, Jul 25, 2024 at 10:36 AM Benjamin Scott @.***> wrote:

Not sure I understand, (face) Value is the starting bid, Price is the current price after discounts, and the minimum price is always zero

The range of 1..X is what a corp can buy the private in for The current wording doesn't make that clear, IMO

— Reply to this email directly, view it on GitHub https://github.com/tobymao/18xx/issues/11041#issuecomment-2251049603, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG6CEXBJYS4PN7Z6WWCIAQDZOEZQFAVCNFSM6AAAAABLCCNQOOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJRGA2DSNRQGM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

slapphappyjazz commented 1 month ago

As Scott commented, the minimum price is not zero. This is coded correctly, you can't drop below this price, but the minimum price for each private isn't visible to the online players.

benjaminxscott commented 1 month ago

Ah perhaps we change the left Value -> Price, have that decrement, and add Min Price to the center

I didn't notice those minimums when I read thru / zoomed in on the '48 chart in the rules

https://github.com/tobymao/18xx/blob/master/lib/engine/game/g_1848/step/dutch_auction.rb#L24