Hi,
I'm in the phase of choosing Client GUI technology for my game, and I would like to check how to do few things in C2, for example:
1. Is it possible to combine Javascript code in C2? let's say that at the beginning of the game I need C2 to connect to the game server and there is a JS library I need to use with sockets, protocols etc...
2. Is it possible to call native iOS\Android functions? if YES - What does it take?
3. How do I write game logic\state\data structures\objects in C2 ?
Those questions are crucial for me to understand if I can choose C2 for my GUI Client.
Thank you!