maze-algorithms
There are 236 repositories under maze-algorithms topic.
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
defndaines/meiro
Maze generation code, inspired by Mazes for Programmers.
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)
lime7git/micromouse
Project of a micromouse type mobile robot based on STM32 and designed PCB. Master's thesis.
hoangsonww/The-Maze-Game
🏰 The Maze Game offers straightforward maze navigation challenges, built with Prim's & 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!
cyucelen/mazeGenerator
Recursive Backtracker Maze Generation Algorithm with C++ using ncurses
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
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.
JeremyDsilva/MazeSolver
A generic C++ implementation of a Maze data structure along with maze solving algorithms using graphs.
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
TylerMommsen/pathfinding-visualizer
Pathfinding and Maze Visualization Tool
YeyoM/mazeSolver
Maze Solver built with python. Using DFS, BFS, Dijkstra, A* Star.
antigones/pymazes
A collection of maze generation algorithms
edabot/mazes
A selection of maze generators based on Mazes for Programmers by Jamis Buck. Written in Python. Exported as ASCII and SVG
LIU42/Maze
C++ 课程设计项目,基于 Qt 制作的一个简单的走迷宫小游戏
agarun/pathing
Visualizing maze generation and graph traversal
devedse/DeveMazeGeneratorCore
This is the new version of my maze generator, now made with .NET Core.
gnmathur/aMAZEd
Program to generate different kind of Mazes
rabestro/awk-maze-generator
The AWK scripts to generate maze and find a path
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.
ShayanShahrabi/Pac-Man
BP course final project
tokoro10g/libamaze
A maze solver library for micromouse
yoana-agafonova/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!
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.