The Pacmen Project is part of assignments for the Week 7 in the Professional Certificate in Coding: Full Stack Development with MERN. In this project, I use javascript to show how the Pacman opens and closes his mouth. This object is injected through a Factory Pattern into DOM and the speed can be updated dynamically.
License: MIT License
You can download the source code cloning this repository using Git:
-
Open your favorite Terminal app (Unix, Linux or Macos), such as Terminal, Command, Console, iTerm2, so on.
-
Clone the repository
git clone https://github.com/dicotips/mit_xpro_pacmen.git
or
git clone git@github.com:dicotips/mit_xpro_pacmen.git
- Open the index.html file in your favorite Web Browser.
The future features and improvements that I want todo are:
- Use 3D images.
- Add movements based on Arrow Keys press.
- Pacmen following the mouse cursor.
- Pacmen instances coliding between them.