Advanced game design with HTML5 and JavaScript /
How do you make a video game? Advanced Game Design with HTML5 and JavaScript is a down to earth education in how to make video games from scratch, using the powerful HTML5 and JavaScript technologies. This book is a point-by-point round up of all the essential techniques that every game designer nee...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
California :
Apress,
2015.
|
Colección: | The expert's voice in game development
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Level up!
- The canvas drawing API
- Working with game assets
- Making sprites and a scene graph
- Making things move
- Interactivity
- Collision detection
- Juice it up
- Sound with the web audio API
- Tweening
- Make your own game engine
- Appendix A: Vectors for movement and collision detection.