Build Pac-Man Game With JavaScript



In this video we will build a version of the Pacman game using JavaScript

Weibenfalk YouTube Channel:
https://www.youtube.com/user/Weibenfalk

Starter files & Finished Game:
https://github.com/weibenfalk/vanilla-js-pacman

Timestamps:
00:00:00 – Introduction
00:00:38 – Part I – The finished game
00:01:53 – Part II – Starter files & Dev server
00:07:30 – Part III – index.js scaffolding & setup
00:12:07 – Part IV – GameBoard class – Part I
00:30:47 – Part V – Pacman class
00:49:02 – Part VI – GameBoard class – Part II
00:59:20 – Part VII – Ghosts & move function
01:20:01 – Part VIII – Collision & Game Over
01:26:33 – Part IX – Dots, Powerpill & score
01:37:09 – Part X – Sound effects

source

You May Also Like