Learning how to use OpenGl in c++
sudo apt install libglfw3-dev libglew-dev libglm-dev
To compile and execute: sh run.sh
Labyrinth: This project is an interactive C++ + OpenGL simulation that visualizes a Breadth-First Search (BFS) algorithm running on a grid represented as a 2D texture. It reads a text-based map from standard input, finds a path between two points (A → B), and displays the exploration process in real time.