Pacman
A mini project recreating one of the greatest classic games, Pacman. In this project, the core system uses an array of numbers to determine what exists in that space.
Last updated
A mini project recreating one of the greatest classic games, Pacman. In this project, the core system uses an array of numbers to determine what exists in that space.
Last updated
This project was one of the first games I have created. It is a really barebones reconstruction of the Pacman game. It included the core functionality of being able to move around the map and collect dots. The project does not include the proper AI for the ghosts and they choose a direction on random and move towards it. Ghosts can also not be eaten but will multiply after all fruits in a level are eaten.