mazesolver
Here are 16 public repositories matching this topic...
Language:All
Sort:Most stars
This is a program to drive a robot through a maze using Depth First Search as it's path-planning algorithm. The program is interfaced with Micromouse simulator for visualizing the maze and the robot in real-time.The concepts of object-oriented programming, inheritance, and dynamic polymorphism were used to develop this project.
- Updated
Jul 6, 2020 - C++
Use MakeCode to build and solve random mazes in Minecraft.
- Updated
Dec 4, 2021 - Python
A fun basic Maze solver on:https://arkaraj.github.io/mazesolver/, Made with A* and dijkstra's algo, Play the game on:https://arkaraj.github.io/mazesolver/maze2.html
- Updated
Aug 6, 2024 - JavaScript
Maze solving game using agent driven by Q dictionary. Agent must take the most apples and avoid mines.
- Updated
May 19, 2021 - C#
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.
- Updated
Jul 1, 2024 - C++
We made this micromouse project using arduino, IR sensor and sensor array(5 sensor array), DC Motors and L298N motor driver.
- Updated
Jan 29, 2023 - C++
Genetic algorithm used for solving the maze
- Updated
May 31, 2021 - C++
This project is a Java-based maze solver that uses the Depth First Search algorithm to find the shortest path to the destination. The maze solver is built using Java, Java Swing, and AWT technologies.
- Updated
Apr 1, 2023 - Java
MazeSolver uses stacks/queues to solve the maze and gives us the most efficient of the two.
- Updated
Mar 5, 2021 - Java
A collection of maze solving algorithms
- Updated
Sep 23, 2023 - Go
Path Finder: A Python-based interactive visualization of A* Algorithm to solve a user-generated maze
- Updated
Jun 1, 2023 - Python
Solves mazes using the breathfirst algo. Utilizes javaFX for the GUI and incorporated SetArray and QueueArray.
- Updated
Oct 22, 2023 - Java
Pixela Maze : Python script that finds the shortest path through a maze.
- Updated
Nov 20, 2024 - Jupyter Notebook
Maze solver in python
- Updated
Oct 18, 2018 - Python
Improve this page
Add a description, image, and links to themazesolver topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with themazesolver topic, visit your repo's landing page and select "manage topics."