Jump to content

HTML 5 Games


plicatibu

Recommended Posts

Hi, folks. I want to learn to develop HTML games. Could you guys point me some tutorials about this subject? By the way I have a concern: How does one protect the source code? One the games will use javascript and HTML I think that it's not possible. Am I right? Thanks.

Link to comment
Share on other sites

you cant hide your js or html from the client. look for canvas. thats what you need to use for a client side game. indexdb or localstrae and web workers may also be helpfull for you. https://developer.mozilla.org/en/IndexedDBhttps://developer.mozilla.org/en/canvas <= canvashttps://developer.mozilla.org/en/Using_web_workers https://developer.mozilla.org/en/DOM/DOM_event_reference <=event refference

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...