Cargando…

The Essential Guide to HTML5: Using Games to Learn HTML5 and JavaScript

HTML5 opens up a plethora of new avenues for application and game development on the web. Games can now be created and interacted with directly within HTML with no need for users to download extra plugins, or for developers to learn new languages. Important new features such as the Canvas tag enable...

Descripción completa

Detalles Bibliográficos
Autor principal: Meyer, Jeanine
Lenguaje:eng
Publicado: Springer 2010
Materias:
Acceso en línea:http://cds.cern.ch/record/1413045
Descripción
Sumario:HTML5 opens up a plethora of new avenues for application and game development on the web. Games can now be created and interacted with directly within HTML with no need for users to download extra plugins, or for developers to learn new languages. Important new features such as the Canvas tag enable drawing directly onto the web page, the Audio tag allows sounds to be triggered and played from within your HTML code, the web sockets API brings the facility for real-time communication, and the local storage API enables data such as high scores or game preferences to be kept on a user's computer