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.

  • Like 1
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

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...