From: Martin B. <dr....@t-...> - 2016-06-08 18:20:06
|
Good evening Jonathan, i am glad to be of assistance. I personally use Eclipse to handle everything IDE wise. The Code can be found as a git repository on sourceforge. The main component to run resides on the 1.8/1.9 branch in rails.util.rungame. In eclipse you can rightclick on the class and eithe run the class as Java Application or Debug :) Just as easy as that. The following branches are more or less active in the moment: rails_2_develop is the development branch for 2.x rails_2_maintenance is the maintenance branch for 2.0 rails1.8.x is the development and maintenance branch for 1.9 in the moment. rails.2.0 is the release branch of Rails2.0 the other branches you see is development ongoing (more or less private branches denoted by the initials of the developers mbr=is me for example..) If you use eclipse theres currently no need to run gradle. You can handle everything inside your IDE. More in the next post. Regards, Martin Am 08.06.2016 um 19:46 schrieb Jonatha Coveney: > One thing that would be particularly useful is how to run my own > version of rails, with debugging, so that I can add extra traces etc. > Is this easy to do? I am new-ish to gradle > > 2016-06-08 13:23 GMT-04:00 Jonathan Coveney <jco...@gm... > <mailto:jco...@gm...>>: > > Hello friends! I am an 18xx enthusiast who is also a programmer, > and I really have enjoyed using rails. As such, I'd like to learn > the code, and see if I can't eventually pitch in. > > For now, I'm really curious to see how the game logic is > implemented...any tips for learning the code? Because I imagine > there is also a lot of code around networking, UI, etc, and for > now I'm curious to see how the game itself is driven. > > > |