MIT Web Dev Exercise for Week 8 (files are labeled Week 7 due to MIT starting with 0 week)
Create pacpeople by pressing the Add Pacman Button as often as desired. Then press “Start Game” to get the Pacpeople moving.
load files in preferred IDE - VS Code was used for the original coding
Review DOM, looping, and setTimeout concepts
MDN and W3 schools contain detailed info on these concepts and an alternate pacman project helped to walk through DOM manipulation techniques https://www.youtube.com/watch?v=GOJBoGbRNQA
Create different color pacmen with each press the of AddPacman button - by randomly creating a color hex code each time.
see MIT license release in repository.
