Sample bot code in C# for https://github.com/ksuszka/RailwayWars game.
- Clone repository and rename project/solution to your preferred name.
- Set proper server hostname and player id in the app.config file.
- Write your bot logic in BotEngine.cs and GameBoardState.cs files.
- Win ;)
This default implementation doesn't do much - it just buys random cells for all available money.