Finally we have implemented the frontend using HTML, PHP
Clone the repository to your IDE.
The A* and IDA* codes are present in their respective cpp files.
The Templates folder contains html,css,js and php files for a better and proper implementation of the maze problem.
The inputgen.cpp file contains the code for taking the input matrix with 0's as the feasable path and 1's being the obstacles
You can run the whole project and test it from the website. First you have to run apache server for localhosting then add the files to the htdocs folder of the apache folder and finally run and test the whole project.