Configuration File
- Created Sunday, May 31st 2015 @ 17:23:23
Is it possible to submit a bot that uses included configuration files at run-time? If so, how would I access them from a C# submission?
- Created Sunday, May 31st 2015 @ 22:07:36
With Java bots it is not possible to read any files so you need somehow convert the files you need to Java code. Probably this is the same with C#.
- Created Sunday, May 31st 2015 @ 23:33:16
I was afraid of that. Not that it is disqualifies certain strategies. It merely makes them cumbersome.