An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: maze-solver

changhuixu/angular-maze

A maze generator and path finder in Angular

Language: TypeScript - Size: 11.6 MB - Last synced at: about 2 hours ago - Pushed at: about 3 hours ago - Stars: 13 - Forks: 3

eendroroy/amazeing

Generate and Solve Maze

Language: Rust - Size: 11.6 MB - Last synced at: about 11 hours ago - Pushed at: about 12 hours ago - Stars: 0 - Forks: 0

rabestro/awk-maze-generator

The AWK scripts to generate maze and find a path

Language: Awk - Size: 293 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 7 - Forks: 0

frvnzz/DFS-Maze-Solver

A maze solver using DFS written in C#

Language: C# - Size: 26.4 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

Spaghetoz/maze-visualizer

Web-based maze generator and solver

Language: JavaScript - Size: 45.9 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

agl-alexglopez/multithreading-with-mazes

This repository contains maze building and solving algorithms. The solvers are multithreaded.

Language: C++ - Size: 6.08 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 2 - Forks: 0

hugolgst/blob-maze-solver

🧠 Solveur de labyrinthe utilisant l'algorithme A*

Language: JavaScript - Size: 14.6 KB - Last synced at: 3 days ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

AashvikTyagi/zippermau5

マイクロマウス

Language: C++ - Size: 64 MB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 2 - Forks: 1

Jeremy-Cleland/uninformed_search_agents

This project implements and compares three fundamental search algorithms - Depth-First Search (DFS), Breadth-First Search (BFS), and A* Search

Language: Python - Size: 1.51 MB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

AmanPriyanshu/MazeGenesis

Just a page for maze algorithms

Language: HTML - Size: 26.4 KB - Last synced at: 2 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

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!

Language: Python - Size: 505 KB - Last synced at: 12 days ago - Pushed at: 13 days ago - Stars: 33 - Forks: 12

halimdakir/AI-Search-Algorithms

Maze-solving algorithms in Rust using BFS, DFS, and A* with terminal output.

Language: Rust - Size: 12.7 KB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 0 - Forks: 0

Pietot/Lapyrinth

A program capable of creating mazes with many different algorithms and solving them with different pathfinders.

Language: Python - Size: 40 MB - Last synced at: 12 days ago - Pushed at: 29 days ago - Stars: 5 - Forks: 1

sivaraam/fun-with-c

Implementation of interesting problems in c

Language: C - Size: 8.54 MB - Last synced at: about 14 hours ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

ntmkimm/MAZE-GAME-PATH-FINDING-HCMUS

PATH FINDING | MAZE SOLVER - MAZE GENERATOR | HCMUS PROJECT

Language: Python - Size: 18.5 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

pcluteijn/MazeLearning

Q-Learing algorithm solves simple mazes.

Language: MATLAB - Size: 230 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 7 - Forks: 1

Naveen88112/Genetic_Algos_Maze_Solver

Genetic Algorithm Maze Solver This project utilizes a Genetic Algorithm (GA) to solve the optimization of a maze problem. It evolves the population of promising solutions to the best solution finding shortest path between start and end point using selection, crossover, and mutation.

Language: Jupyter Notebook - Size: 39.1 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

krischnb/Maze

Sonic theme | Maze generator & solver

Language: JavaScript - Size: 20.1 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

imamtashbir95/a-star-maze

This project is an interactive A (A-star) pathfinding algorithm visualizer* built with React.js. The A* algorithm is a powerful graph traversal and search algorithm used in game development, robotics, and AI to find the shortest path between two points.

Language: JavaScript - Size: 42 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

talhaahussain/maze-solving-algorithms

Continuous Assessment for ECM2423 - Artificial Intelligence and Applications, set by Prof. Ayah Helal (Year 2, Semester 2). Involves the use of several search algorithms for the problem of solving mazes, as well as comparing performance and an independent extra program for generating new mazes.

Language: Python - Size: 1.44 MB - Last synced at: about 2 hours ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

PrimeOnPeaSea/PathFindingAlgorithms

Gamified Demonstration of Path Finding Algorithms that allows you to visualize the different path finding algorithms.

Language: JavaScript - Size: 40 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

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.

Language: Python - Size: 570 KB - Last synced at: 23 days ago - Pushed at: almost 4 years ago - Stars: 4 - Forks: 0

davecom/MazeSolvingGUI

A simple tkinter GUI for illustrating DFS and BFS.

Language: Python - Size: 132 KB - Last synced at: 18 days ago - Pushed at: almost 5 years ago - Stars: 11 - Forks: 4

TylerMommsen/pathfinding-visualizer

Pathfinding and Maze Visualization Tool

Language: TypeScript - Size: 29.2 MB - Last synced at: about 24 hours ago - Pushed at: 7 months ago - Stars: 7 - Forks: 1

devhima/Maze-Solver

Maze Solver using reinforcement learning.

Language: Python - Size: 381 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

rabiken/PFA_visualization

Visualization of 5 different algorithms (Random, BFS, DFS, Greedy, A*(A star) ) One of the projects assigned in BIE-ZUM(Basics of Artificial Intelligence)

Language: C++ - Size: 329 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

clikuki/mazeGenerator

Maze Generator and Solver in TS

Language: TypeScript - Size: 514 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

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.

Language: Python - Size: 7.81 KB - Last synced at: 29 days ago - Pushed at: 11 months ago - Stars: 2 - Forks: 1

hasanulmukit/maze-quest-nextjs

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

Language: JavaScript - Size: 64.5 KB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

liAmirali/UIAI-RL-project

An agent being trained to find its way in a stochastic and partially observable maze using SARSA and Q-Learning algorithms.

Language: Jupyter Notebook - Size: 21.4 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 2

RETR0-OS/ProjectSpyn----Autonomous-Car-Drivnng

ProjectSpyn is a robotics control system implemented in MATLAB for interacting with LEGO Mindstorms EV3. Project Spyn is a inclusivity project designed to improve mobility for speacially-abled people by providing personalized autonomous transportation over the city (maze).

Language: MATLAB - Size: 46.9 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

verneylmavt/q-learning-maze

A Maze Solver w/ Q-Learning developed using Python

Language: Jupyter Notebook - Size: 6.13 MB - Last synced at: 6 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

Tauseef-Hilal/Pathfinding-Visualizer

Pathfinding visualizations with Python and Pygame

Language: Python - Size: 10.2 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 220 - Forks: 25

DarkStarStrix/PathFinder

Pathfinder algorithms

Language: Python - Size: 65.4 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

mohamed-souiyeh/Daedalus

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

Language: TypeScript - Size: 94.3 MB - Last synced at: 21 days ago - Pushed at: 11 months ago - Stars: 12 - Forks: 0

SebastianPreiss/Maze-Simulation

This WPF project contains an DFS maze generator and several solving algorithms.

Language: C# - Size: 2.11 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

ArnauCS03/genetic-algorithm-maze-solver

Implementation of a Genetic Algorithm (GA) for solving a maze. This project was developed as part of the Applied Artificial Intelligence course at Blekinge Institute of Technology (BTH), Sweden.

Language: Jupyter Notebook - Size: 1.43 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

MrOrnithorynque/Maze_Generator_and_Solver

Maze solver and generator algorithms.

Language: C - Size: 33.3 MB - Last synced at: 21 days ago - Pushed at: almost 4 years ago - Stars: 4 - Forks: 1

marceline-tavernier/maze-generator-solver

Dimension code # 1 : Maze generator and solver

Language: Processing - Size: 2.04 MB - Last synced at: 16 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

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.

Language: Python - Size: 69.3 KB - Last synced at: 20 days ago - Pushed at: 3 months ago - Stars: 3 - Forks: 0

pinglu85/maze

A visualization tool for various maze algorithms and pathfinding algorithms.

Language: JavaScript - Size: 1.24 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 6 - Forks: 2

sraaphorst/spelunker

Maze generation and solving library

Language: C++ - Size: 1.19 MB - Last synced at: 1 day ago - Pushed at: over 2 years ago - Stars: 12 - Forks: 2

MohHasan1/Algo-Maze

Play with mazes and watch BFS and DFS in action! Drag nodes, customize grids, and explore algorithms in a fun way. Works on desktop and iPad (phones coming soon!). More features on the way! 🎉

Language: TypeScript - Size: 925 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

AWass04/Rat-Maze-DFS-Algorithm

A DFS algorithm designed to solve a maze.

Language: C# - Size: 316 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

stacenko-developer/maze

Генерация лабиринтов

Language: Java - Size: 127 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

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:

Language: Python - Size: 22.5 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

nshahaf/mazeSolver

visual maze solving algorithm (bfs)

Language: JavaScript - Size: 158 KB - Last synced at: 20 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

122004/chekovs_cat

AE1 Design Project for LENGR4117 Cornerstone of Engineering I 2024/25

Language: C++ - Size: 10.7 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

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.

Language: Python - Size: 7.2 MB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

MarkVI2/OhmWay

OhmWay is a physics/electrical based maze solver compared to conventional AI methods of solving mazes; was created for the 418 hackathon, a 24-hour hackathon hosted by MU Engima

Language: Python - Size: 84 KB - Last synced at: 17 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

HaydenD100/MazeSolver

This program randomly generates a maze and then solves that maze using A* pathfinding algorithm

Language: C++ - Size: 181 KB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

a-sauvaget/maze-solver

Générateur de labyrinthe + résolution

Language: Python - Size: 25.4 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Pranjal-R-Agrawal/Technoxian_2023_Arduino_Micromouse

Arduino nano based micro-mouse

Language: C++ - Size: 30.3 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 23 - Forks: 6

stephenombuya/Maze-Solver

This project is a simple Maze Solver implemented in C using a recursive backtracking algorithm. The program takes a 2D maze grid as input and finds a path from the top-left corner to the bottom-right corner if it exists.

Language: C - Size: 0 Bytes - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

DrMint/Maze-Solver

Solves any images of mazes, as long as the starting point, ending point, walls, and path have unique colors.

Language: Python - Size: 285 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

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.

Size: 888 KB - Last synced at: about 1 month ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0

Ashwin-1709/random-maze-generator

DSA Project

Language: C++ - Size: 26.4 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 1

schokee/Fovero

Maze generation/solving/visualisation using .Net / WPF

Language: C# - Size: 122 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 1

aminakbari7/maze_game

solve maze game with Ai(bfs)

Language: Python - Size: 19.5 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

luissaster/terrible-maze

Projeto desenvolvido para a disciplina SIN 323 - Inteligência Artificial, da Universidade Federal de Viçosa - Campus Rio Paranaíba.

Language: Python - Size: 403 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

YeyoM/mazeSolver

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

Language: Python - Size: 787 KB - Last synced at: 15 days ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 4

0-harshit-0/maze

A maze generator and solver.

Language: JavaScript - Size: 5.18 MB - Last synced at: 3 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 1

SarthakSKumar/Solving-CSP-using-RAT

Project which uses algorithms involving Backtracking to solve Constraint Satisfaction Problems. CSE Sem-I Project 2022

Language: Python - Size: 48 MB - Last synced at: 7 days ago - Pushed at: almost 3 years ago - Stars: 10 - Forks: 1

RamezzE/MazeSolver

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

Language: C++ - Size: 818 KB - Last synced at: 24 days ago - Pushed at: 9 months ago - Stars: 4 - Forks: 0

Mostafa-wael/Solvendo

An Intelligent Maze Solving Car

Language: C++ - Size: 122 KB - Last synced at: 16 days ago - Pushed at: almost 3 years ago - Stars: 16 - Forks: 2

salmanhaider14/Interactive-Maze-Solver

The Interactive Maze Solver is a WPF application that allows users to solve mazes using different algorithms.

Language: C# - Size: 277 KB - Last synced at: about 2 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

IbrahimSquared/visibility-heuristic-path-planner

Highly efficient holistic 2D visibility solution for grid-based environments/maps (C++ and MATLAB). Extends to a planner.

Language: MATLAB - Size: 7.53 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 18 - Forks: 3

nott-po/Maze_Solver_C

Maze Solver with a challenging 512kB memory constraint implementation for a university project. The project was created together with Martyna Kochalska (pyskaa0506)

Language: C - Size: 778 KB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

nott-po/Maze_Solver_Java

Maze Solver with GUI (SWING) implementation for a university project. The project was created together with Martyna Kochalska (pyskaa0506)

Language: Java - Size: 1.92 MB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

mertturkmenoglu/path-finding-algorithms

Path finding algorithms visualization

Language: TypeScript - Size: 1.07 MB - Last synced at: 18 days ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 1

jostbr/pymaze

A maze generator, solver and visualizer for Python

Language: Python - Size: 112 KB - Last synced at: 5 months ago - Pushed at: about 1 year ago - Stars: 274 - Forks: 67

MuhammadAhmadMirza/Pathfinfing-Algorithms

An implementation of several Pathfinding algorithms with a basic gui in python

Language: Python - Size: 699 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

buarki/maze-master

Create and solve mazes using graph algorithms

Language: TypeScript - Size: 104 KB - Last synced at: 2 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

nextupvamp/mazes

Application for generating and solving mazes

Language: Java - Size: 161 KB - Last synced at: 24 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

CruiserOne/Daedalus

The Maze generation software "Daedalus", version 3.5

Language: C++ - Size: 2.99 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 54 - Forks: 7

MohdFarag/Maze-solving-algorithm

Finding the optimal trajectory towards the goal in a finite 2D environment that is closed by obstacles.

Language: Python - Size: 209 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 3

We-Gold/algernon-js

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

Language: JavaScript - Size: 192 KB - Last synced at: 4 days ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 0

jwt2706/2DMazePathfinding

Algorithmically solves randomly generated 2D mazes with Python.

Language: Python - Size: 5.86 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

g4sasha/Cpp-MazeGenerator

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

Language: C++ - Size: 1.38 MB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

TollyH/pymaze

A pseudo-3D grid-based maze game written in Python with PyGame

Language: Python - Size: 8.53 MB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 15 - Forks: 2

iagolirapasssos/Labirinto-Educativo

With the Educational Maze, users can drag and drop command blocks to create sequences that direct the car's movement in the maze.

Language: JavaScript - Size: 249 KB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Apozzi/ASCII-maze-generator-solver

REALLY SIMPLE. Colored simple terminal ASCII maze generator and solver.

Language: C++ - Size: 103 KB - Last synced at: about 1 month ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

aleksibovellan/python-a-star-maze-solver

Python Maze Solver using A* Algorithm with Movement Constraints

Language: Python - Size: 29.3 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

gabrieldrn/Java-Maze-Solver

Maze solving in java with BFS, DFS, A*

Language: Java - Size: 153 KB - Last synced at: 7 days ago - Pushed at: over 6 years ago - Stars: 18 - Forks: 6

DeshveerBatth/Maze-Solver

About Maze solving using dijkistra algorithm

Language: Jupyter Notebook - Size: 379 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Vasu7052/Smart-Maze

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

Language: Python - Size: 150 KB - Last synced at: 18 days ago - Pushed at: about 7 years ago - Stars: 6 - Forks: 6

doing-science-to-stuff/MazeCubeGenerator

Creates 3D (and 4D+) mazes in the style of Oskar's Cube.

Language: C - Size: 238 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

TomasHolas/ZUM

Repository for my Bachelor course BI-ZUM ( Introduction to Artificial intelligence ) at FIT CTU.

Language: Python - Size: 16.6 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Israel-Charles/GUI-Dynamic-Maze-Solver

Java-based GUI application that solves mazes using backtracking algorithm. It visualizes the maze-solving process in real-time, highlighting the current path, backtracking steps, and teleportation through portals. The application effectively demonstrates pathfinding algorithms by marking visited cells, backtracking paths, and portal usage.

Language: Java - Size: 9.77 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

MysteryCoder456/MazeRobot

Maze Solving Car Robot using Arduino Uno

Language: C++ - Size: 10.7 KB - Last synced at: 20 days ago - Pushed at: about 5 years ago - Stars: 5 - Forks: 0

shamim-akhtar/faramira

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

Language: C# - Size: 109 MB - Last synced at: 24 days ago - Pushed at: almost 4 years ago - Stars: 7 - Forks: 2

MorvanZhou/mmaze

A python maze generator and solver

Language: Python - Size: 77.1 KB - Last synced at: 12 days ago - Pushed at: about 2 years ago - Stars: 18 - Forks: 2

Gazeux33/Generating-and-Solving-Mazes

a maze generator and solver using A* in python with pygame

Language: Python - Size: 49.8 KB - Last synced at: 19 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Zhichengu1/Microant_solving_in_C

A simple maze-solving virutal microant implementation in c

Language: C - Size: 69.3 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

adambyle/hackthelab2024

Maze solving algorithm for HackTheLab 2024

Language: Python - Size: 20.5 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

JuanJoZP/maze-algorithms

Maze game. Implementing generation algorithm

Language: Python - Size: 17.6 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

DevMasen/maze-solver

C program (command line interface) for create and solve a maze

Language: C - Size: 414 KB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

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.

Language: C++ - Size: 309 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

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.

Language: Python - Size: 43.9 MB - Last synced at: 8 months ago - Pushed at: almost 2 years ago - Stars: 57 - Forks: 26

armin-reichert/mazes

A comprehensive library of algorithms for creating perfect mazes.

Language: Java - Size: 98.8 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 78 - Forks: 18

Related Keywords
maze-solver 757 maze-generator 297 maze 249 maze-algorithms 124 python 109 pathfinding 73 java 63 maze-game 54 bfs 51 dfs 50 astar-algorithm 47 cpp 45 depth-first-search 41 javascript 41 python3 40 arduino 40 maze-generation-algorithms 39 bfs-algorithm 39 algorithms 36 dfs-algorithm 35 artificial-intelligence 34 ai 31 c 31 algorithm 31 breadth-first-search 30 a-star-algorithm 27 reinforcement-learning 24 maze-creation 23 pygame 23 astar 23 astar-pathfinding 22 a-star 22 dijkstra-algorithm 21 backtracking-algorithm 20 mazes 20 csharp 19 robotics 18 maze-explorer 16 q-learning 16 visualization 16 p5js 16 backtracking 15 search-algorithm 15 genetic-algorithm 15 data-structures 14 bfs-search 14 graph-algorithms 13 dijkstra 13 maze-solving 13 pathfinding-algorithm 12 image-processing 12 greedy-best-first-search 12 maze-generation 12 typescript 11 machine-learning 11 reinforcement-learning-algorithms 11 game 11 dfs-search 11 arduino-uno 10 robot 10 line-follower 10 micromouse 9 a-star-path-finding 9 html 9 prims-algorithm 9 a-star-search 9 shortest-path-algorithm 9 gui 8 graphs 8 c-plus-plus 8 algorithms-and-data-structures 8 solver 8 pathfinder 8 tkinter 8 wpf 8 recursive-backtracking-algorithm 7 css 7 stack 7 javafx 7 react 7 recursion 7 maze-solver-algorithm 7 processing 6 path-planning 6 kruskal-algorithm 6 searching-algorithms 6 cli 6 ros 6 maze-solving-algorithm 6 heuristic-search-algorithms 6 pathfinding-algorithms 6 shortest-path 6 opencv 6 stacks 6 path-finding 6 labyrinth 6 numpy 6 oop 6 sudoku-solver 6 line-follower-robot 6