Description
Maze System Pro
This pack contains a text-based maze system with pathfinding
algorithms. You can customize your own maze with texts, add
multiple custom meshes, modify the size of the maze, etc. It
provides 3 pathfinding algorithms (DFS, BFS, A*) to find the
shortest path, a text generator to start quickly, and a simple
debug system to test.
Links:
Demo:
Documentation:
- PDF v1.2
Features:
- All done with blueprints and have been
commented and properly arranged. - Maze is fully customizable, such as size,
height, shape, meshes, etc. - Text-based maze generator, you can use numbers
to describe the shape of the maze. - Built-in pathfinding algorithms and
path drawing, including BFS, DFS and A*. - Contains an example AI, which has ability to
find the shortest path out of the maze using the pathfinding
algorithm of unreal engine. - A simple debug system is created for you to
understand how it works. - Quick setup and easy to use.