Completed
Display Score
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Make JavaScript Asteroids Game
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Required Files
- 3 Writing the JavaScript
- 4 Event Listener
- 5 Setup Canvas
- 6 Render Function
- 7 Update Function
- 8 Trigonometry
- 9 Moving the ship
- 10 Rotating the ship
- 11 Adding bullets and asteroids
- 12 Adding bullets
- 13 Drawing the nose
- 14 Draw
- 15 Create Asteroid
- 16 Create Arrays
- 17 Render
- 18 Collisions
- 19 Life Ships
- 20 Display Score
- 21 Collision
- 22 Collision with Bullets