I'm looking for a mature cross-platform engine for HTML5 games.

I need:

  • Target support for major PC browsers, iOS (in-browser), Android (in-browser).
  • Build environment support for Linux and OS X (Windows optional).
  • Preferably free (non-free is OK if engine is good, but developer should be active and responsive then).
  • Minimum overhead, blazingly fast (within platform limits of course).
  • Genre-agnostic (but anyway I'm starting with simpler games).

I understand that the technology is not there yet. But I'm looking for anything that will be good enough.

Any advice?

link|improve this question

5  
You are looking for a holy grail - there is none yet, though looking at the videos and toolset demos Impact.js might be the most mature and polished game engine - though it's paid, then there is the port of Cocos2d to js which if/when done might take the crown. Though blazingly fast and ios/android on one list? If you want to make simple games then yes if not get ready for fighting with limitations of the platforms. IMO we are still quite a bit away from being able to see JS/html5 games compete in screen action with native ones if we are speaking about it in context of multiplatform and mobile – Tom Tu Feb 18 '11 at 11:27
Well, I'm not speaking about competing with native (or flash) games. I'm asking for "best among HTML5/JS", not "best of everything". – Alexander Gladysh Feb 18 '11 at 11:31
About "blazingly fast": what I mean is that the engine itself must not add noticeable overhead. You can't be faster than browser lets you. But don't add architectural garbage and make things worse than they are. – Alexander Gladysh Feb 18 '11 at 11:33
try gamedev.stackexchange.com – The Communist Duck Feb 18 '11 at 13:12
feedback

9 Answers

up vote 1 down vote accepted

We're at Logicking been developing Logicking's HTML5 Game Engine - UltimateJS for more than a year. Now we're looking for early adopters. The engine has commercial license but for limited period (till Q3 2012) early adopters can get it for free. Learn more at official page.

Engine is truly cross-platform and target mobile devices at first place.

Main features include:

  • Crossplatfom support: iPad, iPhone, Android, Window Phone 7, PC/Mac browsers
  • Full screen mode for different devices and resolutions
  • Import of vector graphics and animation from Adobe Flash FLA file format
  • Seamless support for touch and keyboard/mouse user input
  • Cross-platform sound support
  • Integration of Box2d physics technology

There are several mobile games already made on this technology.

Update: UltimateJS v0.1 was released open-source on GitHub free for non-commercial and with indie commercial license: https://github.com/logicking/UltimateJS

link|improve this answer
feedback

Community wiki with long list of HTML5 game engines

https://github.com/bebraw/jswiki/wiki/Game-Engines

http://GameJs.org fits your bill (I'm involved):

  • targets all major browsers
  • linux, osx & windows build
  • MIT license
  • thin layer; when i hit speed limits, it's usually the browser's native drawImage() function
  • it is genre-agnostic; a bit leaning towards shoot-em-up or plattformers but who isn't.

The API is modeled after PyGame, which is quiet popular amongst hobby game developers.

link|improve this answer
Accepting this answer for the excellent link to the Wiki. (In the end we picked LimeJS for the current project...) – Alexander Gladysh Feb 26 '11 at 1:41
No iOS target for GameJS, as I understand. – Alexander Gladysh Mar 3 '11 at 13:17
it runs on iOs; I tested with iPad & iPhone3. – oberhamsi Mar 3 '11 at 15:46
feedback

I just answered on a newer duplicate so I'll copy-paste it here:

I have spent a lot of time evaluating different options. Crafty is my favorite and the one I'm using for my current project. LimeJS is pretty good but it relies on the Closure framework, which I'm not a fan of. I also liked both EaselJS and CasualJS a lot.

btw one of the most "professional" options is Impact, so you should take a look at that one too. However it doesn't provide many of the features that the various open-source libraries do, and the features Impact provides that the other libraries don't aren't really that valuable. For example, if you need a physics engine for your game (and a platform game probably does) then you can easily integrate Box2D on your own. another Box2D link

That said, doing things from scratch without using a 3rd-party library is not a bad option. The free ebook Dive Into HTML5 does a great job of explaining how the Canvas element works. The thing is, there are a lot of graphics features that a good graphics library will provide that aren't built-in: a display heirarchy allowing Z-order and attaching objects to each other, animation through both tweening objects and spritesheets, mouse events so that you can click on objects, etc..

link|improve this answer
feedback

Construct 2 is an HTML5 game maker. I have to disclose I work at Scirra though!

I saw you require it to work in Linux, Construct 2 is a Windows application but some users have managed to run it on Macs with a virtual copy of Windows.

We have a free edition available as well, so no loss to try it out :)

Some great HTML5 games have been made in Construct 2 and are coming through on our HTML5 games arcade. When evaluating if an engine is mature or capable enough for your needs it's often worth evaluating what the current users of that engine have created. Construct 2 has already had some good quality games coming through:

Project Blaze Zero

enter image description here

This game hit front page on HackerNews

http://www.scirra.com/arcade/addicting-shooter-games/349/project-blaze-zero

Magi

enter image description here

A popular platform game that was recently released

http://www.scirra.com/arcade/addicting-action-games/495/mag

Tiny Prince

enter image description here

A creative rotation type game

http://www.scirra.com/arcade/addicting-rotary-games/351/tiny-prince

The differentiating factor with Construct 2 over other HTML5 engines is that no programming is required (although we do offer a full Javascript SDK). Codeless HTML5 game making opens the door to a lot of people who are intimidated by code, and also for people interested in rapid prototyping of game concepts. However, the SDK also attracts people who like to code as well.

link|improve this answer
feedback

Please take a look at LimeJS, its very capable and deveopers are working hard with it to make if fly. Authors have optimized it specially for touch screens and have pointed out that most of testing has been carried out on iOS devices.

link|improve this answer
2  
LimeJS is really slow, even on PCs :-( – Alexander Gladysh Mar 3 '11 at 13:17
feedback

Impact ( http://impactjs.com/ ) is multiplatform and the two/three released games are good, but it's not free.

link|improve this answer
feedback

There is also spaceport.io now in version 2.0, and it supports all the platforms you mentioned (web HTML5, web w/Flash, iOS and Android). It's free for web use, and with a revenue share for the native mobile versions.

link|improve this answer
feedback

For isometric games there is: Traffic Cone

Edit: Disclaimer, I wrote this engine.

link|improve this answer
Traffic Cone uses a custom license, this makes it worthless for my purposes even if I made an isometric game. – Alexander Gladysh Jan 19 at 18:40
Is the sublicense clause that problematic? How so? TC also does 2d. It's pretty fast on PC chrome. Disclaimer: I wrote it, so I'm biased. Let me know about the license issue, if it's that much of an issue I'll consider removing or changing over to Apache or something. – j03m Jan 19 at 20:09
As a rule, I would not touch anything open-source with a non-standard (uncommon?) license without a lawyer's OK on that (and I should really need that thing to bother to get that). (Note that paid closed-source stuff is entirely another matter.) I'm not your client, so you do not need to bother changing a license only for me. That being said, I'm not the only one with such position. If I were you, I'd ditch your modified MIT in favor of something standard that fits your needs out of the box. – Alexander Gladysh Jan 19 at 20:36
1  
Spoke to some legals and modded to MIT – j03m Jan 19 at 22:24
2  
Please modify your answer to indicate that you wrote the software you are linking to. It's in the FAQ: stackoverflow.com/faq#promotion – John McDonald Jan 20 at 19:52
show 3 more comments
feedback

PixieEngine is a web base game development IDE that uses CoffeeScript. I'm involved in it's development and if you have any feedback or comments I'll accommodate them as best I can.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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