Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 636 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 636 Bytes

nim-cgdk

A Nim language pack for RussianAiCup2017

How to build?

Just run the nimble task nimble make and wait for MyStrategy executable will appear in project root.

How to write my own strategy?

Edit the example strategy located in file nim_cgdk/my_strategy.nim.

How to test my strategy?

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