Good book/resource recommendation for HTML5 mobile game development?
Posted
by
Greg Bala
on Game Development
See other posts from Game Development
or by Greg Bala
Published on 2012-04-14T14:11:24Z
Indexed on
2012/04/14
17:43 UTC
Read the original article
Hit count: 404
The problem: I am taking an existing, 5 year old, html based MMORTS game and "HTML5-ing" it, "AJAX-ing" it and most importantly, optimizing for mobile devices like iPhone, android etc. For these devices, the application will be packaged as a downloadable app that is a wrapper for a browser which actually shows the game..
The Question Looking for a good book, or books, or in-depth articles that would help me learn:
- what tools I have in iOS, andriod applications for optimizing an html based game. things like caching of images, etc
- what kind of connectivity, or interactivity I can expect between the html/javascript pages and the wrapper - can I play sounds in the wrapper by triggering them from javascript? etc
- tip and tricks to optimize html/html5 & Javascript application to run well on mobile devices
- ETC :)
Any recommendations would be greatly appreciated!!
© Game Development or respective owner