An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with maze-solver

A curated list of projects in awesome lists tagged with maze-solver .

https://github.com/jostbr/pymaze

A maze generator, solver and visualizer for Python

maze-algorithms maze-generator maze-solver python searching-algorithms visualization

Last synced: 19 Jul 2025

https://github.com/noshluk2/ROS2-Autonomous-Driving-and-Navigation-SLAM-with-TurtleBot3

This is repository for the course ROS2 Autonomous Driving and SLAM using NAV2 with TurtleBot3 on Udemy.

autonomous-driving autonomous-robots gazebo maze maze-solver nav2 ros2 ros2-humble slam turtlebot3

Last synced: 10 May 2025

https://github.com/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!

css3 dfs-algorithm dfs-search game html5 javascript maze maze-algorithms maze-game maze-generation-algorithms maze-generator maze-solver mazes prim-algorithm prim-mst pygame python react

Last synced: 11 Apr 2025

https://github.com/codebox/mazes

JavaScript Maze Generator

maze maze-generator maze-solver

Last synced: 12 Jun 2025

https://github.com/hasssanezzz/visual-maze-solver

A minimal visual maze solver using various algorithms.

astar-algorithm dijkstra-algorithm maze-solver pathfinding visualization

Last synced: 12 Jan 2026

https://github.com/demonstrandum/crystal_maze

A* Path finding for PNG mazes, from Ruby now in Crystal. Using StumpyPNG

a-star algorithm crystal labyrinth maze maze-solver png solver stumpy

Last synced: 07 Apr 2025

https://github.com/Demonstrandum/crystal_maze

A* Path finding for PNG mazes, from Ruby now in Crystal. Using StumpyPNG

a-star algorithm crystal labyrinth maze maze-solver png solver stumpy

Last synced: 02 May 2025

https://github.com/morvanzhou/mmaze

A python maze generator and solver

maze maze-generator maze-solver python symmetric-maze

Last synced: 09 Apr 2025

https://github.com/mostafa-wael/solvendo

An Intelligent Maze Solving Car

arduino avr c linefollower maze-solver

Last synced: 12 Jul 2025

https://github.com/pozharliev/maze-project-2021

Project about a game for the Babylon tower. Powered by olcPixelGameEngine.

cpp cpp17 maze maze-generator maze-solver olcpixelgameengine powershell

Last synced: 19 Mar 2025

https://github.com/codebox/maze.js

Maze Generation Algorithms and Rendering Code

maze maze-generator maze-solver

Last synced: 25 Jul 2025

https://github.com/mohamed-souiyeh/daedalus

This project is my humble attempt to display how beautiful and elegant algorithms can be.

algorithms-and-data-structures maze-generator maze-solver mazes

Last synced: 19 Sep 2025

https://github.com/davecom/mazesolvinggui

A simple tkinter GUI for illustrating DFS and BFS.

bfs-algorithm dfs-algorithm maze-generator maze-solver tkinter-python

Last synced: 27 Apr 2025

https://github.com/dusanerdeljan/maze-solver

Web version of my graph-algorithms-visualization project built with React

maze-generation maze-solver reactjs

Last synced: 21 Mar 2025

https://github.com/yeyom/mazesolver

Maze Solver built with python. Using DFS, BFS, Dijkstra, A* Star.

a-star bfs dfs dijkstra-algorithm maze maze-algorithms maze-generator maze-generator-solver maze-solver search-algorithm

Last synced: 15 Oct 2025

https://github.com/Vlamonster/maze_solver_rust

Generate, display and solve mazes in an animated way in the terminal.

animation maze-generator maze-solver rust terminal

Last synced: 30 Apr 2025

https://github.com/shamim-akhtar/faramira

Faramira Games is a collection of 2D games built as tutorials for learning game development. These are classic 2D games.

8puzzle-game breakout-game csharp gamedevelopment maze-generator maze-solver memory-game tetris-game unity2d

Last synced: 23 Apr 2025

https://github.com/catseye/jaccia

MIRROR of https://codeberg.org/catseye/Jaccia : Cellular automata that are intelligent maze-solvers, just like slime molds are

alpaca cellular-automaton maze-solver

Last synced: 29 Oct 2025

https://github.com/vasu7052/smart-maze

This is a simple Smart Maze Bot created Using Genetic Algorithm in Python

ai genetic-algorithm genetic-programming maze-game maze-solver pygame python

Last synced: 26 Jun 2025

https://github.com/n-alex-goncalves/MulticursalMazeGenerator

A C# maze generation program that creates a multi-branching maze using backtracking and breadth-first search.

bfs-algorithm csharp game game-development maze maze-generator maze-solver unity

Last synced: 24 Apr 2025

https://github.com/mysterycoder456/mazerobot

Maze Solving Car Robot using Arduino Uno

arduino arduinouno maze maze-solver

Last synced: 03 Apr 2025

https://github.com/olety/labyrinther

Making and solving mazes with a genetic algorithm in Python!

ai flask genetic-algorithm labyrinth labyrinth-generation maze-generator maze-solver python

Last synced: 01 May 2025

https://github.com/ramezze/mazesolver

Maze generation, solving & finding shortest paths algorithms with backtracking, written in C++ and SFML.

backtracking backtracking-algorithm dfs dfs-algorithm maze maze-algorithms maze-generator maze-solver pathfinding shortest-path shortest-path-algorithm shortest-paths

Last synced: 24 Apr 2025

https://github.com/choaib-elmadi/arduino-maze-robot-with-ai

Arduino based maze solving robot with artificial intelligence. The model still not perfect and need more training.

ai arduino maze-solver programming python robotics

Last synced: 15 Apr 2025

https://github.com/mikoloism/electron-maze-aio

Maze All-in-One (generator, solver, pathfinder, playable game)

electron electronjs html javascript maze maze-generator maze-solver nodejs scss

Last synced: 28 Apr 2026

https://github.com/we-gold/algernon-js

Algernon is a JS library for efficiently generating, solving, and rendering mazes.

a-star ant-colony-optimization bfs canvas d-star-lite dfs javascript maze maze-algorithms maze-generator maze-solver occupancy-grid-map p5js serialization

Last synced: 23 Apr 2025

https://github.com/mechadragonx/smaug

A Maze Solver with Big Brain AI

ai csharp maze maze-algorithms maze-solver netframework48

Last synced: 27 Jul 2025

https://github.com/marcpinet/maze-generator-and-solver

🌽 A simple maze generator and solver written in Python with Pygame. You can visualize many algorithms and see how they work.

algorithms maze maze-generator maze-solver pathfinding pygame python

Last synced: 16 Feb 2026

https://github.com/hxndev/solving-a-maze-using-bfs-and-dfs

Breadth-first search (BFS) is an algorithm for searching a tree data structure that searches the tree one depth at a time. It will explore all nodes at depth 1 then depth 2 and so on. Depth-first search (DFS) is an algorithm for searching a tree data structure that searches the tree vertically. It will explore one branch to the root node followed by the next branch.

bfs bfs-algorithm bfs-search code dfs dfs-algorithm dfs-search maze maze-solver python

Last synced: 31 Mar 2025

https://github.com/roy7077/maze-solver

An interactive maze solver website built with HTML, CSS, and JavaScript, featuring a canvas-based maze creation and solving tool. Draw mazes, find solutions, and customize paths with ease

canvas-game css game-development html5 javascript maze-solver

Last synced: 06 May 2026

https://github.com/virresh/rl_q_learning_sarsa

Reinforcement Learning Algorithms - Q-Learning and SARSA implemented

ai artificial-intelligence maze-solver openai-gym q-learning reinforcement-learning-algorithms sarsa

Last synced: 11 Jul 2025

https://github.com/maktoobgar/ai_project

Solving 8 Queen and Maze problems and creating Tic-Tac-Toe game.

8queen 8queens ai maze-solver python3 tic-tac-toe

Last synced: 25 Feb 2025

https://github.com/mklemmingen/space-mouse

3D cube maze solver with terminal-adjusted visualisation and a maze generator

game game-2d games maze maze-creation maze-explorer maze-game maze-generator maze-solver mazes

Last synced: 14 Mar 2025

https://github.com/lnvaldez/maze-solver

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.

backtracking backtracking-algorithm cpp maze maze-algorithms maze-generator maze-solver mazes mazesolver random random-generation recursive

Last synced: 04 Dec 2025

https://github.com/hxndev/solving-a-maze-using-gbfs-and-a-star

In this, we solved a maze using both Greedy Best First Search Algortihm and A* Algorithm

a-star a-star-algorithm a-star-path-finding a-star-search code gbfs gbfs-algorithm greedy-best-first-search maze maze-solver python

Last synced: 16 Jun 2025

https://github.com/rddunphy/crues

Co-operative robotics using environmental sensors

cooperation maze-solver mobile-robotics robotics ros

Last synced: 20 Apr 2026

https://github.com/rmehri01/mazes

🌾 An implementation of Mazes for Programmers in Rust.

maze-generator maze-solver rust

Last synced: 28 Mar 2025

https://github.com/lorem-ipsumm/maze-solving-and-generating

This is a program I've created that generates and solves mazes using DFS and Randomized Prim's Algorithm

depth-first-search jimp maze maze-generator maze-solver nodejs prime-numbers prims-algorithm

Last synced: 15 Apr 2026

https://github.com/tonychouteau/maze-generator-resolver

Maze Generator & Maze Resolver (Javascript, p5.js)

javascript maze-generator maze-solver p5js

Last synced: 05 Aug 2025

https://github.com/g4sasha/cpp-mazegenerator

I rewrote the code for the maze generator from vba to cpp

cpp maze-generator maze-solver

Last synced: 15 Mar 2025

https://github.com/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.

maze maze-solver maze-solving multithreading pyqt5 python

Last synced: 07 Apr 2025

https://github.com/massigy/c-maze-solver

This C project will use multithreading to solve a maze

c c-programming git github maze-algorithms maze-solver multiprocessing multithreading pathfinding python

Last synced: 18 Apr 2026

https://github.com/catseye/hunter

MIRROR of https://codeberg.org/catseye/HUNTER : An Essies entry based on mazespace-rewriting and critter-style message passing [BSD license]

esolang esoteric-language esoteric-programming-language interrodent-communication maze-solver mazespace-rewriting

Last synced: 22 Apr 2026

https://github.com/emahtab/maze-solving

Maze Solving (Rat in a Maze)

maze-solver rat-in-maze

Last synced: 02 Aug 2025

https://github.com/nshahaf/mazesolver

visual maze solving algorithm (bfs)

algorithm bfs-algorithm maze-solver

Last synced: 02 Apr 2025

https://github.com/steciuk/pszt-maze-solver

Comparison of BFS, DFS and IDFS search algorithms efficiency in randomly generated maze.

bfs-algorithm dfs-algorithm idfs-algorithm maze-generator maze-solver searching-algorithms

Last synced: 08 Jun 2026

https://github.com/math2001/mazesolver.js

Little javascript program to get out of a maze.

javascript maze-solver

Last synced: 24 Feb 2025

https://github.com/we-gold/a-star-maze-race

Race the A* algorithm in a maze! Built using p5.js

astar astar-algorithm game maze maze-game maze-generator maze-solver p5js

Last synced: 23 Jun 2025

https://github.com/serhatkacmaz/python-mazesolver

Maze solution with Python programming language

maze maze-algorithms maze-generator maze-solver

Last synced: 10 May 2026

https://github.com/ozceliksinan/32bit-internship-java-project

Java game navigating a white checker from A1 to H8 on a chessboard, dodging 3-9 random black checkers. Highlights the shortest path and obstacles encountered.

java java-algorithm java-console-game maze-solver recursive

Last synced: 28 Mar 2025

https://github.com/khaledkamr/maze-solver-using-a-star

AI project written in Python Pyamaze that lets you create your own mazes and watch as they're solved in real time.

a-star-algorithm maze-solver python python3

Last synced: 25 Mar 2025

https://github.com/avishrantssh/mazerunner

A python program to find the route to cross a maze

maze maze-algorithms maze-solver mazes numpy-arrays python-3

Last synced: 31 Oct 2025

https://github.com/aionescu/maze-solver

High-performance maze solver written in Rust

maze maze-solver pathfinding rust

Last synced: 24 Mar 2025

https://github.com/sameetasadullah/maze-solver-using-bfs

Implemented Maze Solver using Breadth First Search (BFS) in Python Language

artificial-intelligence bfs bfs-algorithm bfs-search breadth-first-search maze-solver pycharm pycharm-ide python python3

Last synced: 14 Apr 2026

https://github.com/mohammadrezag/maze_solver

Maze_solver using A* algorithms in pygame

astar-pathfinding maze-solver pathfinding pygame python

Last synced: 19 Aug 2025

https://github.com/jhamadhav/maze

Collection of different algorithms to solve a maze and a simple maze game !

bfs dfs maze maze-solver

Last synced: 16 May 2025

https://github.com/codernayeem/2d-maze-solver

Solve and view the solution path of a 2D Maze

backtracking-algorithm cpp maze maze-solver

Last synced: 04 Jul 2025

https://github.com/musadiqpasha/maze-generator-and-solver

This project generates a random maze of a given size and provides a solution using Dijkstra's algorithm or allows the user to manually solve it.

dijkstra-algorithm maze-generator maze-solver processing processing3 python3

Last synced: 17 May 2026

https://github.com/lfalch/mazes

Maze pathfinding using A*, inspired by Computerphile's video

maze-solver pathfinding

Last synced: 13 May 2026

https://github.com/alessiochen/random-maze-solver

This repository hosts a C++ implementation of a Random Maze Solver that utilizes the OpenMP multi-threading API for parallelization. The project aims to evaluate and compare the performance of sequential and parallel programs in solving randomly generated mazes.

maze maze-solver openmp parallelprogramming unifi

Last synced: 31 May 2026

https://github.com/yechielb2000/maze

Solving mazes with BFS & DFS

bfs-algorithm dfs-algorithm maze-generator maze-solver

Last synced: 09 Oct 2025

https://github.com/vokungahrotlaas/sfml-maze

C++ program which creates and solves mazes.

cpp maze maze-generator maze-solver sfml

Last synced: 31 Jul 2025

https://github.com/borisboguslavsky/pathpyinder

An interactive maze-drawing & maze-solving application written in Python

algorithm algorithms astar bfs dfs drawing gui maze maze-algorithms maze-solver pathfinding pysimplegui python tkinter visualization

Last synced: 26 Oct 2025

https://github.com/davideluque/arduino-maze-robot

Arduino Maze Robot is a project that uses Arduino components to traverse a maze to grasp and rescue three cylinders.

arduino lund-university maze-solver mmkn30

Last synced: 16 May 2026

https://github.com/kathleenwest/micromouse

This final report summarizes the final progress of the MicroMouse senior project team and clarifies the ultimate design solution by first discussing the problem definition, posed solution, and benefits of implementation. Secondly the as built specifications address the mechanical and electrical technical specifications which include drawings, diagrams, and schematics that illustrate the final constructed MicroMouse. Each design requirement is then addressed and verified by test results. Lastly, the final report includes a concluding cost analysis of the project. Overall, the MicroMouse meet most of the system design requirements and was under budget with a cost of only $394.60.

interactive-c maze-algorithms maze-generation-algorithms maze-solver microcontroller micromouse robotics schematics senior-design

Last synced: 17 Mar 2025

https://github.com/ktstephano/maze

Text-based game where you try to solve a generated maze (written in C)

c console console-application maze-game maze-generator maze-solver

Last synced: 16 Oct 2025

https://github.com/kishanvyas308/ai-mini-projects

This repository contains a collection of AI-based mini projects. Each project demonstrates the application of different AI algorithms and techniques. Currently, the repository includes the following projects:

bfs-search dfs-search maze-solver minimax-algorithm python tic-tac-toe-ai tic-tac-toe-python

Last synced: 18 Oct 2025

https://github.com/hasanulmukit/maze-quest-nextjs

Maze Quest is a modern, interactive maze game built with Next.js, Tailwind CSS, and the Canvas API.

canvas maze-solver nextjs tailwindcss webgame

Last synced: 18 Oct 2025

https://github.com/vinay0410/mazesolver

Solves Newspaper Like Mazes, while traversing provided markers ( checkpoints ) along the path

computer-vision maze maze-solver solve-mazes

Last synced: 23 Oct 2025

https://github.com/buarki/maze-master

Create and solve mazes using graph algorithms

astar bfs dijkstra graphs-algorithms maze-solver

Last synced: 10 Dec 2025

https://github.com/Sid911/MazeGen

Maze Generation App made in WinRT UWP

cpp maze-generator maze-solver uwp windows winui

Last synced: 12 Mar 2025

https://github.com/sid911/mazegen

Maze Generation App made in WinRT UWP

cpp maze-generator maze-solver uwp windows winui

Last synced: 03 Mar 2025