I want to build a puzzle game,I want to develop it for Browsers, Android, iOS, And PC. Please help me and let me know is there any game engine that is useful for making cross platform HTML5 games..
|
closed as not constructive by bummzack, Anko, Josh Petrie, Byte56, msell May 13 at 17:51
As it currently stands, this question is not a good fit for our Q&A; format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
There are multiple options available to you.
There are a few I know and have heard of, and support HTML5, Android, OS, Desktop**. * Well, most of Browser, Android, iOS capable engines will strip the third-dimension, because Browser implementation of 3D, known as WebGL is poorly supported. You can read through this question to learn more about WebGL game-engines. ** I am not sure whether PhoneGap compiles nativly for Desktop platforms, but, why do you need PC, if you already can publish to browsers and escape from some of the cross-OS compatibility problems? And, then there are engines, that do not support one/some of your platforms.
There has to be more on the net, just dig through the Google with keywords "cross-platform game engine", "mobile, browser game engine" and varieties of these. |
||||
|
I have tried the "Impact Engine" (http://impactjs.com/) worked OK on PC (FF), tablet (Android) and telephone (Android). Added NodeJS and made a multiplayer game with it and I was very satisfied with the engine, very clean code, very easy to tinker with the core. You can use it (my multiplayer game) to check out the compatibilities on other platforms if you want to (http://imbroglio-online.com/) |
|||
|