maze-algorithms
There are 226 repositories under maze-algorithms topic.
defndaines/meiro
Maze generation code, inspired by Mazes for Programmers.
sichkar-valentyn/Reinforcement_Learning_in_Python
Implementing Reinforcement Learning, namely Q-learning and Sarsa algorithms, for global path planning of mobile robot in unknown environment with obstacles. Comparison analysis of Q-learning and Sarsa
jamis/csmazes
Maze algorithms implemented in CoffeeScript, with an eye toward demonstrating how the algorithms work by animating them.
jostbr/pymaze
A maze generator, solver and visualizer for Python
john-science/mazelib
A Python library for creating and solving mazes.
aPixelInSpace/F-a-maze-ing
Create aesthetic mazes of different shapes, tiles, sizes and more using a CLI tool. A website is also available at https://mazes.apixelinspace.com
armin-reichert/mazes
A comprehensive library of algorithms for creating perfect mazes.
CruiserOne/Daedalus
The Maze generation software "Daedalus", version 3.5
emadehsan/maze
Generate Mazes of different types and Datasets for Deep Learning (GANs, RL)
cyucelen/mazeGenerator
Recursive Backtracker Maze Generation Algorithm with C++ using ncurses
hoangsonww/The-Maze-Game
🏰 The Maze Game offers straightforward maze navigation challenges, built with Prim & DFS Algorithms. Featuring responsive design for easy play on any device, including mobile, with intuitive on-screen controls for movement, it's ideal for quick gaming sessions, providing both casual and challenging experiences!
lime7git/micromouse
Project of a micromouse type mobile robot based on STM32 and designed PCB. Master's thesis.
glv/snergly
Maze algorithms in Clojure (from Jamis Buck's "Mazes for Programmers" book)
wroberts/pydaedalus
A Python wrapper of the Daedalus maze generator.
HoangTran0410/p5js-playground
All my working experience with p5js
JeremyDsilva/MazeSolver
A generic C++ implementation of a Maze data structure along with maze solving algorithms using graphs.
prajwalsouza/Maze-Solver
Solves Mazes taking an image input, along with the starting and ending points. There are two Algorithms here which solve mazes. One of them is a Shortest Path Algorithm, the other, Minimal Tree Agorithm along with dead end filling.
sahilkhoslaa/MazeSolverRobot
An Arduino micro controller based robot which first analyzes the maze in the dry run by following lines through IR sensors and then calculates the shortest path from the source to the destination.
js42721/maze
Java library for maze generation
antigones/pymazes
A collection of maze generation algorithms
YeyoM/mazeSolver
Maze Solver built with python. Using DFS, BFS, Dijkstra, A* Star.
agarun/pathing
Visualizing maze generation and graph traversal
devedse/DeveMazeGeneratorCore
This is the new version of my maze generator, now made with .NET Core.
edabot/mazes
A selection of maze generators based on Mazes for Programmers by Jamis Buck. Written in Python. Exported as ASCII and SVG
gnmathur/aMAZEd
Program to generate different kind of Mazes
rabestro/awk-maze-generator
The AWK scripts to generate maze and find a path
ShayanShahrabi/Pac-Man
BP course final project
GorgeousOne/TangledMaze
Minecraft maze generator plugin
ivan-ristovic/maze-pathfinder
Gimme a maze and I will solve it!
nattui/maze
🌽 Maze Generation & Solver - Automatically generates a maze and solves the maze using Breadth-First Search (BFS) and Depth-First Search (DFS)
pinglu85/maze
A visualization tool for various maze algorithms and pathfinding algorithms.
tokoro10g/libamaze
A maze solver library for micromouse
YIAgafonova19/Maze-Project
Introducing to the world - Maze Game! A game with an easily accessible, user-friendly interface that will provide you the serotonin a game should!
AbdallahHemdan/Maze-Generator
🐀A maze generator is a flexible size random maze implemented using Union Find Set (Disjoint Set)
MrOrnithorynque/Maze_Generator_and_Solver
Maze solver and generator algorithms.
RodneyShag/MazeSearch
An optimal maze solver... Pacman style.