MailRuChamps / raic-2018

Russian AI Cup — artificial intelligence programming contest. Official website: http://russianaicup.ru
43 stars 32 forks source link

How to compile Local Runner in windows computer #78

Closed Xlider closed 5 years ago

Xlider commented 5 years ago

I have code in c++

kuviman commented 5 years ago

What do you mean? Local runner is already in binary form

Do you mean compile your strategy? In this case, there are Visual Studio project files for example.

Xlider commented 5 years ago

Ohh... Thanks But how to open project(strategy) and compile in Visual Studio? I have Visual Studio 2008

kuviman commented 5 years ago

You should be able to open cpp-cgdk.sln with visual studio, then compile and run from there