A Nim language pack for RussianAiCup2017
Just run the nimble task nimble make
and wait for MyStrategy executable will appear in project root.
Edit the example strategy located in file nim_cgdk/my_strategy.nim.
Start the LocalRunner and run the MyStrategy executable obtained from the build step.
It is also possible to combine build and run steps into one command:
nimble build --run