A simple C Maze app done with SDL2
Project Done in collaboration with : Redouane Karzazi
Once you open the app, you get the following:
once you click on the start button, you will be directed to the following page:
Clicking on "Generate" will kick off the maze generation, it's a random process, on each generation the final maze is different from the previous one.
This will show a red rectangle, this rectangle will take the smallest path from entrance which is in top left, to the exit which is in bottom right.
This time, it will work with a blue rectangle, it goes from the same entrance as the previous one and exits in top right.
Quit to exit from the app and Home to get back to the first page.