Completed
01:38:57 Writing our Game Loop
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Practice JavaScript by Building a Zelda-Style Game
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00 Intro
- 2 02:03 Project set up
- 3 04:34 Adding HTML
- 4 07:00 Styling our Game Grid in CSS
- 5 12:01 Creating our Game Board in JavaScript
- 6 39:42 Creating our player
- 7 45:23 Creating our Slicer and Skeletor enemies
- 8 52:25 Moving our player
- 9 01:09:11 Accessing the next level
- 10 01:18:28 Spawning kabooms
- 11 01:29:24 Writing our Game Over
- 12 01:30:43 Writing our function to move the Slicers
- 13 01:34:56 Writing our function to move Moving the Skeletors
- 14 01:37:49 Moving all the enemies
- 15 01:38:57 Writing our Game Loop
- 16 01:41:46 Final touches
- 17 01:47:43 Recap