
Pacman Maker
This project is a version of Pacman where the user can create levels.
The user has at his disposal all the pieces of the Pacman map so he can create his own mazes, he can add walls, corners, enemies, points, everything necessary to create a good Pacman level. When the user creates a level it is saved in the database.
The levels created by the user can be played and the game works just like Pacman, you have to collect all the points to pass the level, having as enemies the ghosts that chase you and being able to make Pacman eat them.
The A* technique is used for the pathfinding of ghosts.
The user has at his disposal all the pieces of the Pacman map so he can create his own mazes, he can add walls, corners, enemies, points, everything necessary to create a good Pacman level. When the user creates a level it is saved in the database.
The levels created by the user can be played and the game works just like Pacman, you have to collect all the points to pass the level, having as enemies the ghosts that chase you and being able to make Pacman eat them.
The A* technique is used for the pathfinding of ghosts.
Features
- C/C++
- Database
- SFML
- Imgui
- Level Creation
- Play Pacman
- A* Pathfinding
Gallery