This give you an overview on my project.
The main steps of Installation are:-
1. Install DEV-C++ .Link:-Click Here to Download Dev C++
2. Download the source code from GitHub(link given above).
3. Extract the zip.(You might require winrar to extract it) Click Here to Download WinRar
4. Open the file named "PACMAN.dev".
5. Hit F11 to compile and run the program.
6. Voilà !! Your game is running.
This project is a replica of 90`s famous game PACMAN.For creating this I used and amazing library SFML . In this the Ghost tries to eat pacman .and uses dijkstra's algorithm to find the shortest path from its position to pacman .