addPacpeople

Return to Home

Go to Portfolio

Name:

MIT Web Dev Exercise for Week 8 (files are labeled Week 7 due to MIT starting with 0 week)

Description:

Create pacpeople by pressing the Add Pacman Button as often as desired. Then press “Start Game” to get the Pacpeople moving.

Installation:

load files in preferred IDE - VS Code was used for the original coding

Usage:

Review DOM, looping, and setTimeout concepts

Support:

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

Roadmap:

Create different color pacmen with each press the of AddPacman button - by randomly creating a color hex code each time.

License information:

see MIT license release in repository.

pac man image

Return to Home