From: brett l. <bre...@gm...> - 2014-01-27 20:08:57
|
On Mon, Jan 27, 2014 at 3:03 PM, Michael Alexander <out...@gm...>wrote: > I am considering trying to implement 1862 in Rails. Much of it is pretty > straight-forward, but there are a couple of significant hurdles. > > 1) 1862 has a new type of rounds - "Parliamentary Rounds". These come > before each stock round. I suppose they could be done as part of the stock > rounds, but it would probably be a lot cleaner to have a new round type. > > 2) Run calculation will be brutal, and probably need to be written from > scratch for 1862. There are three train types in 1862, and they can run on > the same track, but each city can only count once. > > Also, if I do this, should it go straight into 2.0 or should I start in > 1.8? > > Mike > It sounds like Stefan is really close to releasing 2.0, so that's what I would recommend targeting. That said, there's several pieces that can be implemented at any time, such as the map and stock market XML files, the tile manifests, etc. Parlimentary rounds will just be another specialized sub-class of Round. There's already examples to help guide your way. ---Brett. |