A Maze Solver with Big Brain AI
-
Updated
Nov 15, 2019 - C#
A maze is a type of puzzle involving a collection of paths, usually where a player has to find a route from start to finish.
A huge variety of algorithms exist for generating and solving mazes. These are not only fun to implement, but also are a good way to familiarise yourself with programming techniques, algorithms, and languages.
A Maze Solver with Big Brain AI
Randomized maze creation for the Unity game engine based on a modified version of Prim's algorithm.
Реализация алгоритма Дейкстры для поиска кратчайшего пути между двумя вершинами и оптимального маршрута на 3D поверхности с использованием очереди с приоритетом (PriorityQueue).
Maze Genrator And Solver
Maze generation/solving/visualisation using .Net / WPF
Tilt Game created with Unity C# .
Maze Algorithm
C# desktop maze playground! You can generate and edit a maze, change all sorts of visual settings and then export it into a picture. Also, you can choose a start/end node and visualize three different algorithms for finding the shortest path. Additionally, walls of each node are also editable.
A Web and VR-based pathfinding visualization tool
A DFS algorithm designed to solve a maze.
C# winforms app that generates and solves mazes using a variety of methods
A simple maze generator that visualises different maze generation algorithms
The algorithm for generating random dungeon (maze) unlimited size
Библиотека для генерации 2D лабиринтов на языке C#
Maze generation and solving library