From: Michael A. <out...@gm...> - 2014-01-27 20:03:08
|
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 |