- This is a C/C++ application that implements the Wilson's Algorithm to generate a maze, and the A* Algorithm to solve the maze. There is also an optional gradient from red to green to visualize which cells were visited during the process of solving.
- C/C++ Language
- SDL3
- ImGUI
- Vcpkg
- CMake
# CONFIGURE
cmake -S. -Bbuild --preset windows
# BUILD
cmake --build build