Jump to content

What's the best way to develop HTML5 Games?


royibernthal
 Share

Recommended Posts

Hi,

 

I've been programming in ActionScript 3.0 for about 8 years, and am interested in how I should approach developing HTML5 games.

 

I need to develop very high quality casino games that'll also have a server side (basically for Facebook).

 

I've seen engines around, such as Constructor 2, but they seem to be very very limiting and I'm much more attracted to learning how to actually code in HTML5.

 

However I've heard many people say that HTML5 is at the moment very "primitive" and "rough" and still has much room for improvement, which will take some time. So it makes me wonder whether it's a good idea to actually try to code stuff.

 

What would you suggest? An engine? code? a combination?

Link to comment
Share on other sites

I definitely agree that if you want to be proficient enough in HTML5, code it yourself is the way to go.

But there are lots of library that can help you speed up development time and hide various complexities/hack in HTML5. I recommend Phaser JS in particular :)

Link to comment
Share on other sites

I would suggest getting familiar with Node.JS if you want to do some server side stuff.

 

Have a look into the following packages as well:

- Socket.IO

- Express

- Jade for HTML templating

- Stylus for CSS

 

With a combination of these things, you'll be able to create a pretty kick arse HTML5 boilerplate to do whatever you need. 

 

As for the frontend, I'd say go with PhaserJS or ThreeJS, depending on whether you want 2D or 3D. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...