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...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress
2017.
|
Edición: | 1st ed. 2017. |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630406806719 |
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. .