There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This project showcases various maze generation algorithms implemented in C++ using SFML.four algorithms are implemented: Depth-First Search (DFS), Hunt and Kill, Prim's Maze, and the Shift Origin algorithm. Each algorithm is visually demonstrated, including how Shift Origin creates dynamically evolving mazes.