Hi<br><br>I have almost ported comet game to android and IOS platform and good new is that I am able to do this thing without changing a single line of code.<br><br>As of supported devices are <br><br>1. Android phone having HVGA resolution<br>
2. Iphone 3gs as it have same resolution <br><br>Except this you can you can run it on any touch screen device but game will be confined to 480X320 resolution of your screen. <br>I am able to compile it for window and mac platform but I have to change controller interaction method ( Just changing event handler from touch to Mouse event ;-)  )<br>
<br>If anybody wants to test it out then you can get its source code from <a href="https://github.com/deepakagg/tux4kids-Android">https://github.com/deepakagg/tux4kids-Android</a><br><br>Compiling for android platform is straight forward but a bit tricky for xcode.<br>
<br><br>Deepak<br>