Classic Arcade Game Recreation in Java
A faithful recreation of the classic Pacman arcade game built in Java. This project demonstrates core game development concepts including 2D graphics rendering, collision detection, event handling, AI pathfinding for ghost behaviors, and multi-threaded game loop implementation.