Newbie AI developer
Posted: 10 Mar 2013, 09:34
Hello,
I want to develop an AI to play in SpringRTS and I face several problems:
1. A tutorial said that I can start build one by copy some .jar files from the SpringRTS installation directory.
One of the .jar file is a jna.jar and I can not find it in the SpringRTS directory. I only get AIInterface.jar.
Where can I get the jna.jar?
2. In the tutorial I can see that I must make a new class that extends OOAI and implements AIFactory. But I neither OOAI or AIFactory can be found in AIInterface.jar.
Any helps?
Thank you.
I want to develop an AI to play in SpringRTS and I face several problems:
1. A tutorial said that I can start build one by copy some .jar files from the SpringRTS installation directory.
One of the .jar file is a jna.jar and I can not find it in the SpringRTS directory. I only get AIInterface.jar.
Where can I get the jna.jar?
2. In the tutorial I can see that I must make a new class that extends OOAI and implements AIFactory. But I neither OOAI or AIFactory can be found in AIInterface.jar.
Any helps?
Thank you.