Completed
30:00 Adding game state
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Learn JavaScript by Building Mario - Super Simple Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00 Introduction
- 2 02:08 Project set up
- 3 10:00 Let’s add our CSS
- 4 28:10 Let’s add our JavaScript
- 5 30:00 Adding game state
- 6 41:00 Initialising the game and loading levels
- 7 54:00 Writing our game over and clearing levels
- 8 58:00 Handling movements
- 9 01:01:35 Adding enemies, platforms, coins, pipes and surprise blocks
- 10 01:23:51 Checking for collisions
- 11 01:51:50 Final touches