+ Your first line of input contains three space-separated + parameters: + roadLength initialStones seed +
+-
+
- roadLength +
-
+ distance between both castles, between
6 + and14 . +
+ - initialStones +
-
+ number of stones a castle starts the day with,
+ between
0 and50 . +
+ - gameSeed +
- + the game's seed. The game AIs use it to provide you + with reproducible matches even when they use stochastic + algorithms, and you're encouraged to do the same! See + examples section below for simple ways to achieve that. + +