Completed
⌨️ Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Animated Physics Game with JavaScript - Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 ⌨️ Intro
- 2 ⌨️ Basic setup
- 3 ⌨️ Object oriented programming in JavaScript
- 4 ⌨️ Drawing the player
- 5 ⌨️ Mouse controls
- 6 ⌨️ Making the player move
- 7 ⌨️ Creating obstacles
- 8 ⌨️ Non-overlapping obstacles
- 9 ⌨️ Randomized images from a sprite sheet
- 10 ⌨️ Positioning rules
- 11 ⌨️ Reusable collision detection method
- 12 ⌨️ Let's add physics
- 13 ⌨️ 8-directional sprite animation
- 14 ⌨️ Animation angles
- 15 ⌨️ Debug mode
- 16 ⌨️ Player movement boundaries
- 17 ⌨️ FPS
- 18 ⌨️ Egg class
- 19 ⌨️ Periodically adding new eggs
- 20 ⌨️ Egg physics
- 21 ⌨️ Draw order
- 22 ⌨️ Enemy class
- 23 ⌨️ Larva class
- 24 ⌨️ Egg hatching
- 25 ⌨️ Larva sprites and collisions
- 26 ⌨️ Gaining score points
- 27 ⌨️ Particle effects
- 28 ⌨️ Particle motion
- 29 ⌨️ Randomized enemy skins
- 30 ⌨️ Win and lose condition
- 31 ⌨️ Restart game