Making Games With JavaScript /

Develop games using the JavaScript web scripting language. This compact short book will help you learn how to use modern JavaScript to make games for web browsers. They’re effortless to use and they work everywhere. If you’ve ever wanted to make a game, join author Christopher Pitt. You’ll start wit...

Full description

Bibliographic Details
Main Author: Pitt, Christopher (Author)
Corporate Author: SpringerLink (Online service)
Format: Electronic eBook
Language:English
Published: Berkeley, CA : Apress : Imprint: Apress, 2016.
Subjects:
Online Access:Full Text via HEAL-Link
Table of Contents:
  • 1. Introduction
  • 2. The Game Loop
  • 3. Player Input
  • 4. Collision Detection
  • 5. Gravity
  • 6. Ladders
  • 7. Stairs
  • 8. Camera Locking
  • 9. Projectiles
  • 10. Mobs
  • 11. Health
  • 12. Checkpoints
  • 13. Inventory
  • 14. Maps.