Completed
Project setup
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
HTML5 Canvas and JavaScript Game Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Project setup
- 2 Create a player
- 3 Shoot projectiles
- 4 Whiteboard projectile math
- 5 Projectile creation continues
- 6 Create enemies
- 7 Detect collision on enemy / projectile hit
- 8 Detect collision on enemy / player hit
- 9 Colorize game
- 10 Shrink enemies on hit
- 11 Create particle explosion on hit
- 12 Add score
- 13 Add game over UI
- 14 Add restart button