Introducing JavaScript Game Development: Build a 2D Game from the Ground Up
Autor Graeme Stuarten Limba Engleză Paperback – 7 dec 2017
Preț: 209.03 lei
Preț vechi: 261.29 lei
-20% Nou
Puncte Express: 314
Preț estimativ în valută:
40.01€ • 42.06$ • 33.28£
40.01€ • 42.06$ • 33.28£
Carte disponibilă
Livrare economică 06-20 decembrie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484232514
ISBN-10: 1484232518
Pagini: 176
Ilustrații: XI, 209 p. 53 illus., 45 illus. in color.
Dimensiuni: 155 x 235 x 18 mm
Greutate: 0.47 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484232518
Pagini: 176
Ilustrații: XI, 209 p. 53 illus., 45 illus. in color.
Dimensiuni: 155 x 235 x 18 mm
Greutate: 0.47 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
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.
Notă biografică
Graeme Stuart is a self-taught developer mainly building web-based applications using JavaScript and Python. He’s has a PhD in energy management and much of his programming skill was originally developed to this end. He currently teaches JavaScript games programming to first year undergraduates.
Textul de pe ultima copertă
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 undergraduate course module, Introducing JavaScript Game Development teaches each new technology as it is introduced so can be followed by enthusiastic beginners as well as intermediate coders.You will learn how to work with HTML5 and the canvas element, how to understand paths, how to draw to a design and create your spaceship and asteroids. You’ll then move on to animating your game, and finally building. You will work step-by-step through the game design process, starting with only what is necessary to complete each step, and refactoring the code as necessary along the way, reflecting the natural progression that code follows in the real world. Each chapter is designed to take your code base to the next level and to add to your skills. After completing the examples in this book you will have the tools necessary to build your own, high-quality games.
Make the process of creating object-oriented 2D games more fun and more productive and get started on your game development journey.
Caracteristici
Build one entire fully-functional game based on Asteroids, the 1979 Atari classic Ideal for intermediate coders who are keen to start game development using web technologies Developed from an undergraduate course - tried and tested in the real world