Use MakeCode to build and solve random mazes in Minecraft.
-
Updated
Dec 4, 2021 - Python
Use MakeCode to build and solve random mazes in Minecraft.
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.
Maze solving game using agent driven by Q dictionary. Agent must take the most apples and avoid mines.
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.
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
Genetic algorithm used for solving the maze
We made this micromouse project using arduino, IR sensor and sensor array(5 sensor array), DC Motors and L298N motor driver.
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.
MazeSolver uses stacks/queues to solve the maze and gives us the most efficient of the two.
A collection of maze solving algorithms
Solves mazes using the breathfirst algo. Utilizes javaFX for the GUI and incorporated SetArray and QueueArray.
Path Finder: A Python-based interactive visualization of A* Algorithm to solve a user-generated maze
Maze solver in python
Pixela Maze : Python script that finds the shortest path through a maze.
Add a description, image, and links to the mazesolver topic page so that developers can more easily learn about it.
To associate your repository with the mazesolver topic, visit your repo's landing page and select "manage topics."