Integrate GamePlayKit Cocos2D-X

Recently, I came across iOS GamePlayKit. I am thinking to add this kit to my game code for AI development.

I have following questions:

  1. Is it possible integrate iOS GamePlayKit in Cocos2D-X? if yes, do I need to write my AI code in Objective-C or C++?

  2. Are there any third party plugins to integrate iOS GamePlayKit in Cocos2D-X?

  3. How easily one can design rule based AI system using GamePlayKit?

I would appreciate any thoughts and suggestions on this topic. Thank you.