From: Martin B. <dr....@t-...> - 2019-04-30 20:59:57
|
Am 30.04.2019 um 20:53 schrieb Chris Shaffer: > I agree with your assessment. > > Add 18EU and 18Ardennes to the list, btw. > > Chris > > On Tue, Apr 30, 2019 at 11:40 AM Chris Moore <cmo...@gm... > <mailto:cmo...@gm...>> wrote: > > Sorry, I should have been more clear. I don't think any of the > games currently implemented by the Rails software have this > mechanic. But if there are other games that do use it, that's a > good argument for making this part of the regular StockRound class > rather than a game specific class. > > Chris > > On Tue, Apr 30, 2019 at 10:14 AM Chris Shaffer > <chr...@gm... <mailto:chr...@gm...>> wrote: > > I think there are several games that use this mechanism. 1861, > 1867, 1822, 18West, 18USA and I am sure there are others. > > On Tue, Apr 30, 2019 at 9:49 AM Chris Moore > <cmo...@gm... <mailto:cmo...@gm...>> wrote: > > In 1861 minor companies are auctioned during the stock > round. A player may select a minor company to auction and > place an opening bid, and other players may then bid on it. > > As far as I've seen this is unique - I think the other > games only do auctions during the start round. > > Is that correct? Would this be a good candidate for a new > game-specific PossibleAction, handled in a game-specific > version of StockRound? > > Thanks, > Chris > Hi in 18EU this is handled in the Startround_18EU Class. I think it would be easy to add the special action to a native StockRound Class specific to a game. Specially the 1822?? Games use the mechanismn in each StockRound so maybe we could build a new baseclass StockRoundBidding but again if you do it theres no harm in that either way to make it gamespecific or a Class just make sure its documented and reuseable generic, i.e. configurable via the data configuration for different games :) Regards, Martin. |