Quote from Cucurbita;586347:
Woah.
This is amazing.
Maybe it can even compete with flash games? I'm definitely looking into this.
Currently, HTML5 cannot compete with Flash. Flash has been around longer, is better supported and offers superior performance and features.
HTML5 however is gaining rapid traction, with all browser vendors currently in an arms race to optimize performance for it. For instance, IE9 offers DirectX GPU acceleration. So does Firefox, although at a lesser extent. Chrome does GPU acceleration through OpenGL, I believe. Other browsers are probably doing that too. And there has been heavy optimization on the JavaScript engine side, too, with Chrome's engine compiling JS to machine code, Firefox making significant performance enhancements to theirs with each major FF release, etc.
Quote from Kingofrunes;587005:
Adorable! I love it!
I just started getting to know HTML5 myself for something I'm working on at work. In particular HTML5 video due to this project being a mobile project targetted for many mobile devices and us needing a solution for mobile devices with no flash support.
I should try and learn how to do things like this in HTML5 and start going away from Flash.
Also, early adopter eh? I think this is something worth looking into as it could prove to be useful in my line of work later on I'm sure.
Btw, found a small glitch. If you go to the right or left when you are at the end and do so in just the right way the screen continually stutters.
Oh you're using Jquery. Very nice. I love JQuery so much. Have you heard about JQuery Mobile by chance? I started using that for my latest project and have gotten quite used to it.
On a side note I went ahead and paid the $32 for the Standard License. I'll start learning it this weekend. Thanks for showing us this!
Yeah, I kinda slapped that together in under a minute just for the lulz, not really knowing what I was doing. :P And you are correct, HTML5 Canvas powered games run on JavaScript. Construct 2 is merely an editor on top of that, simplifying things to make game development accessible to those with no prior programming experience, as well as speeding up development of more serious projects. At least, that's the goal.
You can also write your own plugins for it, in JavaScript, if you wish... since I think you have some experience in that field. I believe they have already published the documentation for that.
Oh, and be sure to check out their forum. The community is very nice and helpful.