Posted: 4th Oct 2011 3:10
Hi I am completely new to game development and regarding the cross-platform capabilities of AppGameKit I have a simple question:

- If I want to make a Cross-Platform game, Is it mandatory to code my games using BASIC? or is it possible to code my games with C++ and still be able to deploy such game across multiple platforms (iOS, Bada, Meego, etc)?

On the other hand:

Does anyone know if it is possible that we enjoy 3D support in future versions of AppGameKit?
Posted: 4th Oct 2011 8:00
It's possible to use C++ (with Tier 2 of AppGameKit -> Librarys to use with C++) for development of games. It's still possible to deploy to different platforms.

3D support will come in the future but don't expect soon as it's a lot of work to develop a 3D engine that works with all platforms.