This is my PacMen Game. For this MITxPro coding challenge, we were tasked with creating a game which allowed the player to factory make PacMen using a button. Then, we had to code another button that would make the PacMen move and bounce off the walls. As an extra challenge for myself, I made the PacMen chomp as they moved and face the direction of their movement. I used JavaScript to make my buttons functional, make the PacMen chomp, and face the PacMen in the direction they were moving. Check out my
GitHub Repository for this project.