Found 14,214 repositories(showing 30)
jostbr
A maze generator, solver and visualizer for Python
dmaydan
Solve and generate mazes in JS
jamis
A very flexible random maze generator, solver, and renderer for Ruby
ravenkls
A maze generator and solver written in Python, which uses a backtracker algorithm and Djikstra's algorithm.
angeluriot
An interactive online maze generator and solver able to use several different algorithms.
ihawn
A cool, fast maze generator and solver written in Rust
codecation
Random maze generator and solver
sbcshop
Designed to help you get your Raspberry Pi based Robot. This board can control DC motor as well as the stepper motor. You can connect your IR and Ultrasonic sensors to tell your robot about its environment. You can easily make your Line Following, Object following, Wall following, Maze-Solver Robots.
scharissis
Python maze solver.
LingerJAB
GUI Maze Solver for ASCII Maze in CTF
JonPizza
An algorithm that solves mazes recursivly.
hasssanezzz
A minimal visual maze solver using various algorithms.
theseamusjames
I asked GPT-3 to write a program to solve a maze. It did.
idt12312
マイクロマウスの迷路探索&走行経路の算出ライブラリ
isaac-adas
Arduino Code for obstacle avoidance Robot or Maze Solver Robot Or Micro Mouse robot.
primaryobjects
A simple maze solver in Javascript and HTML5, using the Tremaux algorithm to find the path through.
Josephbakulikira
Maze generator and solver with python
Syntaf
An application that solves mazes of arbitrary size!
shibuiwilliam
This project solves self-made maze in a variety of ways: A-star, Q-learning and Deep Q-network.
raulorteg
Automatic maze generator (DFS) and maze solver (A*, DFS, BFS) in python.
强化学习求解迷宫问题,Q-learning和监督学习
ttezel
A 2D maze solver
golubitsky
A random maze generator and solver
138paulmiller
Maze generator, solver, and game in pure Python 🐍
gabrieldrn
Maze solving in java with BFS, DFS, A*
MarekKowalski
An app that can solve a maze based on its image.
Mjrovai
Maze Solver Robot, using Artificial Intelligence with Arduino
ss892714028
2D maze path solver visualizer implemented with python
ShadhyGit
No description available
prajwalsouza
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.