Pac-Man
Classic maze arcade game built in Vanilla JavaScript.
- Solo side project built to reinforce skills with Vanilla JavaScript and DOM manipulation, without utilizing additional frameworks or libraries.
- First iteration built with random movements for all ghosts, and currently refactoring to improve logic that handles the ghosts to simulate the chasing that occurs in the classic game.