Cargando…

Making isometric social real-time games with HTML5, CSS3, and Javascript /

Anyone familiar with Zynga's Farmville understands how fun and addictive real-time social games can be. This hands-on guide shows you how to design and build one of these games from start to finish, with nothing but open source tools. You'll learn how to render graphics, animate with sprit...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Pagella, Mario Andrés
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA : O'Reilly, ©2011.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Table of Contents; Preface; The Rise of HTML5; What You Need to Know; Code Examples; Development and Debugging Tools; Notes on Game Design; Conventions Used in This Book; Using Code Examples; Safari® Books Online; How to Contact Us; Acknowledgments; Chapter 1. Graphics Foundations: Canvas and Sprites; Working with the canvas Object; Creating Smooth Animations; Working with Sprites; What's at that Pixel?; Dealing with Transparency; Choosing a Rendering Method for Our Graphics; Chapter 2. Making It Isometric; Chapter 3. Interface Considerations; GUI Design and Interaction in Web Games.
  • Implementing the GUIChapter 4. HTML5 Sound and Processing Optimization; Adding Sound with the Audio Element; Managing Computationally Expensive Work with the Web Workers API; Local Storage and Session Storage; Chapter 5. Connecting the Game to People; Cheat Prevention and Server-Side Operations; The Path to the Final Game; Polishing the Game; Adding a Social Networking Layer Using Facebook.