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...

Πλήρης περιγραφή

Λεπτομέρειες βιβλιογραφικής εγγραφής
Κύριος συγγραφέας: Stuart, Graeme (Συγγραφέας)
Συγγραφή απο Οργανισμό/Αρχή: SpringerLink (Online service)
Μορφή: Ηλεκτρονική πηγή Ηλ. βιβλίο
Γλώσσα:English
Έκδοση: Berkeley, CA : Apress : Imprint: Apress, 2017.
Θέματα:
Διαθέσιμο Online:Full Text via HEAL-Link
Πίνακας περιεχομένων:
  • 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.  .