Introducing JavaScript game development : build a 2D game from the ground up /
Learn to build a fully-functional 2D game inspired by the 1979 Atari classic, Asteroids, using just HTML5, CSS and JavaScript. Developing games has never been easier than it is now. New web technology allows even beginner developers to turn their hand to game development. Developed from an undergrad...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
[Berkeley, CA] :
Apress,
[2017]
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Section 1. Drawing
- 1. HTML5 and the Canvas Element
- 2. Understand Paths
- 3. Drawing to a Design
- 4. Drawing a Spaceship
- 5. Drawing an Asteroid
- Section 2. Animation
- 6. Basic Animation
- 7. Animating Asteroids
- 8. Practicing Objects
- 9. Inheritance
- Section 3. Building the Game
- 10. Simple Keyboard Interaction
- 11. Controlling the Ship
- 12. Collision Detection
- 13. Death or Glory. #xE000.