Completed
Shop Sprite with Animation
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
JavaScript Fighting Game Tutorial with HTML Canvas
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Project Setup
- 3 Create Player and Enemy
- 4 Move Characters with Event Listeners
- 5 Attacks
- 6 Health Bar Interface
- 7 Game Timers and Game Over
- 8 Background Sprite
- 9 Shop Sprite with Animation
- 10 Player Sprite - Idle
- 11 Player Sprite - Run
- 12 Player Sprite - Jump
- 13 Player Sprite - Attack
- 14 Enemy Sprite - Kenji
- 15 React to Sprite Attacks
- 16 Receive Hit Animation
- 17 Death Animation
- 18 Interface Design and Animation
- 19 Push Live
- 20 End