Skip to content
/ Mazes Public

C++ Maze Visualizer supporting orthogonal, hexagonal, and Voronoi diagram grids.

License

Notifications You must be signed in to change notification settings

Kirkezz/Mazes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

Mazes

Maze Visualizer in C++ with support for visualization of pathfinding algorithms and maze generation, customization, and screenshot saving.

Build

Dependencies: C++20, SFML, Qt, Boost.

cmake -S . -B build
cmake --build build --config Release
cd build/bin/

Usage

Supported grids: orthogonal, hexagonal, Voronoi diagram.

Supported maze generation algorithms: Recursive Backtracker algorithm, Eller's algorithm, Kruskals algorithm, Prim's algorithm, recursive division algorithm, Aldous-Broder algorithm, Wilson's algorithm, Hunt-and-Kill algorithm.

Supported pathfinding algorithms: BFS, A*.

Interface languages supported: Russian, English (translation is not finished yet, but will be available soon).

About

C++ Maze Visualizer supporting orthogonal, hexagonal, and Voronoi diagram grids.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published