Project Information
- Language: JavaScript
- Client: Gaming Customer
- Project URL: www.Pacman-Game.com
PacMan Game
I was tasked to create a Pacman game during my time in MIT Professional certificate in coding Bootcamp. The requirements were to allow the user to add as many Pacman as they would like and have them move across the screen at different speeds. I programmed the Pacman game using JavaScript framework. The user has two buttons, add Pacman, which creates Pacmans on the screen whenever it is click and another button to start the game. When the user starts the game the Pacmen moves around the screen at different speeds and changes directions when it hits an edge of the computer screen. If the user clicks on the add Pacman button again another Pacman will appear on the screen and if the user clicks the start game button again the Pacman will move at a different speed. Click the project URL to play the game, hope you enjoy!