Completed
- Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build Pac-Man Game With JavaScript
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - Part I - The finished game
- 3 - Part II - Starter files & Dev server
- 4 - Part III - index.js scaffolding & setup
- 5 - Part IV - GameBoard class - Part I
- 6 - Part V - Pacman class
- 7 - Part VI - GameBoard class - Part II
- 8 - Part VII - Ghosts & move function
- 9 - Part VIII - Collision & Game Over
- 10 - Part IX - Dots, Powerpill & score
- 11 - Part X - Sound effects