maze-solving
There are 31 repositories under maze-solving topic.
emadehsan/maze
Generate Mazes of different types and Datasets for Deep Learning (GANs, RL)
Pranjal-R-Agrawal/Technoxian_2023_Arduino_Micromouse
Arduino nano based micro-mouse
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.
PritK99/MazeBlaze
MazeBlaze is a maze-solving bot which find the shortest path in the given maze.
LIU42/Maze
C++ 课程设计项目,基于 Qt 制作的一个简单的走迷宫小游戏
echau01/Maze-Training-Site
A website for training your maze-solving skills
LukeProducts/AStar-Pathfinding-Cpp
A* Pathfinding C++ providing many additional features
MarginallyClever/micromouseSketches
Processing sketches related to micromouse maze solving robots.
QuirrelForU/SFUAlgh5_Maze_Gen_Solve
A CLI application for creating mazes using Eller's algorithm, solving them using the Best first search algorithm, and running various outputs.
0-harshit-0/maze
A maze generator and solver.
mudroljub/mazes-for-programmers-js
Javascript porting of the original source code (Ruby) of the book Mazes For Programmers, Jamis Buck. Not Official.
DrMint/Maze-Solver
Solves any images of mazes, as long as the starting point, ending point, walls, and path have unique colors.
JacksonElia/Mazer
Uses PyQt5 to paint the mazes. The user can make a maze and then watch as it is solved. Uses brute force threading to solve the maze. Randomly generated mazes are a future addition.
kubk/wave-algo
Maze solving algorithm visualizer using React.js
olivertemple/nea
Computer Science NEA - A path finding algoithm visializer
Dalgerok/maze-solver
Maze generator and solver with visualization
FJakovljevic/maze_algorithms_js
This project explores Maze Generation Algorithms and Maze Search Algorithms
GeorgeMos/MazeRunner
A collection of maze solving algorithms
himanshu9084/E0-251-Data-Structures-and-Algorithms
E0 251 Data Structures and Algorithms course is offered by Department of Computer Science and automation, Indian Institute of Science, Bangalore. The assignment includes work on sparse data structures, large unsigned integer arithmetic, polynomial division, betweenness centrality using bfs and floyd warshall, persistent data structures, solving maze using persistent stack, user defined malloc and free.
Igniiis/Java_Maze_Generator_Swing
Labyrinth generation and resolution project in Java, with graphical interface in Java Swing.
mynameisnotrick/Maze-Solving-Robot-using-Pot_FIeld-Algorithm
This is a maze solving code using arduino uno microprocessor. It use potential field algorithm as the main algorithm. There are many command on every subroutine so that you might get insight on my code.
R-writes-cpp/mazemerise-cpp
A maze generator and solver written in C++
stolsky/generate-and-solve-mazes
Visualization of the generation and solution of mazes with various algorithms.
akhilaprabodha/Sparkle-Robot
Sparkle Robot, a versatile robotic platform powered by Arduino to fulfill the EN2533: Robot Design and Competition tasks
aleksibovellan/python-a-star-maze-solver
Python Maze Solver using A* Algorithm with Movement Constraints
AloneMaster7/MazeSolutionCpp
maze solution
Mostafa-wael/Maze-Solver-TurtleBot-2
Helping TurtleBot 2 to escape from a maze
rayanf/Maze-Solving
Escape from a maze using reinforcement learning