Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

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..

share|improve this question
1  
Hi, welcome to the site. This question unfortunately far too broad to be applicable here. Please see the faq for more details. – Josh Petrie May 13 at 16:35

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.

2 Answers

There are multiple options available to you.

  • PlayN — Some parts of original Angry Birds was developed with it.
  • LibGDX
  • PhoneGap — This, though, is not an engine, but a framework that could be used to create a game-engine.
  • Cocos2D-X — But this is limited to 2D* only.

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.

  • Unity — It's not free either to target all of your platforms, but they have a Web Player that can be used to publish to Browsers and the engine is considered of AAA quality.

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.

share|improve this answer

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/)

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.