Back to Work
Pac-Man Game
Game Dev

Pac-Man Game

Browser-based recreation of classic Pac-Man with grid-based movement and ghost AI.

2024
JavaScriptHTMLCanvas API

About This Project

A browser-based recreation of the classic arcade game Pac-Man built with JavaScript. Features grid-based movement, collision detection, real-time score tracking, and ghost AI behavior. Demonstrates game development fundamentals including game loop implementation, coordinate systems, and basic AI pathfinding for ghost characters.

Game DevelopmentJavaScriptCanvasAI