Home
Bio
Projects
Sticker Wall
More
A remake of the classical Pac-Man game that reproduces the original game's GUI and mechanism with C++ and SDL. The logic of the ghost AI is implemented in a state machine design and the path-finding is implemented using A* algorithm.