Hello. I’m participant of Hearthstone AI competition. Unfortunately, I’m the amateur of AI. I write the AI source code(agent) by visual Studio using C#. But I have serious problem. That problem is ‘running AI’. I want to check this AI source code are either correct or incorrect. but I don’t know how to running this code with Hearthstone Game. Can I ask for help?
Hi, you can load the whole project folder in visual studio. There you need to change the subproject to run. In your case it will be SabberStoneCoreAI. This will start the Program.cs file which serves as the entry point for your experiments. We already implemented a simple test and the only thing you need to replace is the agent that will be tested in the following games.