maze-algorithms
There are 229 repositories under maze-algorithms topic.
delphi-pascal-archive/MazeMaker
Delphi maze maker
RamezzE/MazeSolver
Maze generation, solving & finding shortest paths algorithms with backtracking, written in C++ and SFML.
TylerMommsen/pathfinding-visualizer
Pathfinding and Maze Visualization Tool
unusualcodeorg/clab
clab - Creative Programming Solutions using C - Programming is enjoyable when applied to solve interesting problems (may not be directly used in general day-to-day professional work). The learning and knowledge acquired in the process make a better programmer.
adrocodes/maze-generation
My attempts at generating mazes with Rust.
alexkadis/maze-game
A navigable randomly generated multi-level maze.
ArjunBalamwar/PathFinder
A pathfinding visualizing project using Pygame that uses A* and other pathfinding algorithms. Along with that, there are various maze generation algorithms
felipelodur/Maze-Search-Algorithms
Implementation of Search Algorithms in a Maze. Demo available at http://maze.lodur.com.br/
juju21555/PythonMaze
Génération de labyrinthe (différents type d'algorithme) sous python
MechaDragonX/Smaug
A Maze Solver with Big Brain AI
micromouseonline/libMaze
micromouse maze manipulation library in C/C++
negarhonarvar/Bug-Algorithms
Implementation of Bug1 , Bug2 and Wall following algorithms for GCTronic' e-puck
Ram-Raghav-S/maze-solving
Solving randomly generated mazes using the Trémaux's algorithm
SravanChittupalli/meshmerize
Line-Following Maze-solving algorithm for IITBombay mesmerize Techfest Competition
verhagen/mazes-for-programmers
Java implementation of the code from the book Mazes For Programmers by Jamis Buck
We-Gold/algernon-js
Algernon is a JS library for efficiently generating, solving, and rendering mazes.
0-harshit-0/maze
A maze generator and solver.
0x5eba/Maze_Generator
A Maze generated with Backtrack Algorithm
agl-alexglopez/multithreading-with-mazes
This repository contains maze building and solving algorithms. The solvers are multithreaded.
alordash/MazeGeneration
Online runtime labyrinths generator. Animations included.
Apolok99/Maze-Random-Generator-Unity
Randomized maze creation for the Unity game engine based on a modified version of Prim's algorithm.
belyas/typescript-maze-generator
Typescript maze generator
darenceT/dungeon
ASCII-art maze game. This is not the code base used for dungeon_2.0
freddycoppa/maze-js
Maze Generation & Pathfinding
ghostdsb/labyrinth
Rust implementation of algorithms in Mazes for Programmers
greenDev7/DijkstraAlgorithm
Реализация алгоритма Дейкстры для поиска кратчайшего пути между двумя вершинами и оптимального маршрута на 3D поверхности с использованием очереди с приоритетом (PriorityQueue).
jaymspeights/MazeGenerator
Maze generator and solver in Java
lnvaldez/maze-solver
Generates a random maze and solves it using recursive backtracking. The maze generation utilizes Depth-First Search (DFS) to carve out passages and create a unique maze layout for each run.
manlaig/maze
Generating random mazes and solving them
NexusGKSoftwares/MAZE-PROJECT
Maze Generator and Solver Welcome to the Maze Generator and Solver project! 🚀 This C++ application, powered by SDL2, creates and solves mazes with captivating visuals. Experience the beauty of algorithms as you watch mazes being generated and solved before your eyes. Ready to dive in? Let's get started!
nitzmali/Artificial-Intelligence--Path-Planning-and-Search-Algorithms
This project is intended as an exploration of various search algorithms, both in the traditional application of path planning, and more abstractly in the construction and design of complex objects. We first generated Mazes and solved simple mazes using the classical search algorithms (BFS/DFS/A*). Once We have written these algorithms, we utilized other search algorithms like Local Beam Search to generate mazes that your initial algorithms have trouble solving.
ShravanAnandk7/MazeRunner-Robot-Algorithm-Arduino
Maze Solving algorithm detects the various nodes in a maze formed with black lines using a line follower robot to computes the best path for minimum turns between start to end points.
tfeldmann/maze
A maze generator written in rust.
zmertens/MazeBuilder
A tool for generating mazes
mgks/TheLostPath
An experimental 2D maze game made with HTML5 canvas and JavaScript.