Projects in Awesome Lists tagged with maze-algorithms
A curated list of projects in awesome lists tagged with maze-algorithms .
https://github.com/defndaines/meiro
Maze generation code, inspired by Mazes for Programmers.
Last synced: 15 May 2025
https://github.com/jamis/csmazes
Maze algorithms implemented in CoffeeScript, with an eye toward demonstrating how the algorithms work by animating them.
generator maze maze-algorithms
Last synced: 09 Apr 2025
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: 27 Nov 2024
https://github.com/john-science/mazelib
A Python library for creating and solving mazes.
maze maze-algorithms maze-generator python solve-mazes
Last synced: 04 Apr 2025
https://github.com/emadehsan/maze
Generate Mazes of different types and Datasets for Deep Learning (GANs, RL)
dataset deep-learning generative-adversarial-network maze maze-algorithms maze-generation maze-solving python reinforcement-learning visualization
Last synced: 01 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/wroberts/pydaedalus
A Python wrapper of the Daedalus maze generator.
maze maze-algorithms maze-game maze-generator mazes
Last synced: 24 Apr 2025
https://github.com/hoangtran0410/p5js-playground
All my working experience with p5js
algorithms box2d card-game gun-game matrix-calculations matter-js maze-algorithms maze-game maze-generator maze-solver p5-js p5js p5js-game physics-simulation quadtree simulation sorting-algorithms sound-visualizer
Last synced: 05 Dec 2024
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: 31 Jan 2025
https://github.com/rabestro/awk-maze-generator
The AWK scripts to generate maze and find a path
box-drawing box-drawing-characters maze maze-algorithms maze-generator maze-runner maze-solver recursive-backtracking-algorithm script
Last synced: 18 Feb 2025
https://github.com/devedse/devemazegeneratorcore
This is the new version of my maze generator, now made with .NET Core.
appveyor azure container continuous-delivery continuous-deployment continuous-integration docker docker-image dotnet dotnet-core maze maze-algorithms maze-generator mazes travis travis-ci
Last synced: 18 Dec 2024
https://github.com/abdallahhemdan/maze-generator
🐀A maze generator is a flexible size random maze implemented using Union Find Set (Disjoint Set)
cpp disjoint-set maze-algorithms maze-creation maze-game maze-generator union-find-set
Last synced: 23 Apr 2025
https://github.com/rodneyshag/mazesearch
An optimal maze solver... Pacman style.
a-star heuristics maze-algorithms
Last synced: 11 Apr 2025
https://github.com/unusualcodeorg/clab
clab - Creative Programming Solutions using C - Programming is enjoyable when applied to solve interesting problems (may not be directly used in general day-to-day professional work). The learning and knowledge acquired in the process make a better programmer.
c coding-challenge consumer-producer cpp graph hashmap linkedlist maze-algorithms programming pthreads puzzles queue stack thread-pool travelling-salesman-problem tree
Last synced: 16 Apr 2025
https://github.com/mrornithorynque/maze_generator_and_solver
Maze solver and generator algorithms.
algorithm maze-algorithms maze-generator maze-solver
Last synced: 17 Mar 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/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/negarhonarvar/bug-algorithms
Implementation of Bug1 , Bug2 and Wall following algorithms for GCTronic' e-puck
bug1-algorithm bug2-algorithm e-puck-robot map-generation maze-algorithms wall-following-algorithm webots-simulations
Last synced: 23 Apr 2025
https://github.com/adrocodes/maze-generation
My attempts at generating mazes with Rust.
algorithm maze-algorithms rust
Last synced: 06 Mar 2025
https://github.com/mechadragonx/smaug
A Maze Solver with Big Brain AI
ai csharp maze maze-algorithms maze-solver netframework48
Last synced: 11 Mar 2025
https://github.com/nexusgksoftwares/maze-project
Maze Generator and Solver Welcome to the Maze Generator and Solver project! 🚀 This C++ application, powered by SDL2, creates and solves mazes with captivating visuals. Experience the beauty of algorithms as you watch mazes being generated and solved before your eyes. Ready to dive in? Let's get started!
cpp csharp maze maze-algorithms maze-game maze-generation-algorithms maze-generator
Last synced: 13 May 2025
https://github.com/tfeldmann/maze
A maze generator written in rust.
maze maze-algorithms maze-generator rust
Last synced: 06 Apr 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: 05 Mar 2025
https://github.com/mgks/thelostpath
An experimental 2D maze game made with HTML5 canvas and JavaScript.
game-development generative-model html5-canvas javascript maze-algorithms
Last synced: 15 May 2025
https://github.com/zreechxnn/maze-game
i make a maze game using c++
algo algorithm cpp game maze-algorithms maze-game timer
Last synced: 19 Apr 2025
https://github.com/alordash/mazegeneration
Online runtime labyrinths generator. Animations included.
drawing fractal fractal-algorithms labyrinth labyrinth-generation maze-algorithms maze-generator procedural-generation
Last synced: 21 Jun 2025
https://github.com/haydend100/mazegeneration-with-prims-algorithm
My implementation of Prims algorithm to randomly generate mazes
maze-algorithms maze-generation-algorithms maze-generator prims-algorithm prims-implementation random-generation random-maze randomized-prim-algorithm
Last synced: 20 Feb 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: 12 Apr 2025
https://github.com/aashviktyagi/zippermau5
マイクロマウス
cpp fast maze maze-algorithms maze-solver micromouse n20 platformio robot robotics teensy teensy41
Last synced: 08 Feb 2025
https://github.com/spaghetoz/maze-visualizer
Web-based maze generator and solver
bootstrap5 js maze-algorithms maze-generator maze-solver p5js pathfinding
Last synced: 27 Apr 2025
https://github.com/serhatkacmaz/python-mazesolver
Maze solution with Python programming language
maze maze-algorithms maze-generator maze-solver
Last synced: 28 Feb 2025
https://github.com/frost-phoenix/maze-generator-and-solver
Maze generation / solving visualisation
maze-algorithms maze-generator maze-solver pygame python visualization
Last synced: 18 Feb 2025
https://github.com/trigary/knossos
A minecraft plugin: a highly customizable dungeon/maze generator.
maze maze-algorithms maze-generation-algorithms maze-generator mazes minecraft minecraft-plugin spigot spigot-plugin
Last synced: 22 Mar 2025
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/607011/mazes
some maze algorithm implementations
fun javascript maze maze-algorithms maze-generation-algorithms maze-generator mazes
Last synced: 19 Feb 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: 01 Apr 2025
https://github.com/questiowo/daedalus
A maze generating and rendering program using recursive backtracking written in Sigma16
assembly maze maze-algorithms maze-generation maze-generation-algorithms maze-generator recursive-algorithm recursive-backtracking-algorithm sigma16
Last synced: 11 Jun 2025
https://github.com/rabestro/jetbrains-academy-maze-runner
Mazes are amazing: keep running, find the exit if you can! If you are not too happy about getting stuck in the actual maze, you can entertain yourself with a virtual one. In this project, you will write a program that generates mazes and looks for a way out.
bitset graph-algorithms jetbrains-academy maze maze-algorithms maze-generator maze-solver queue student-project
Last synced: 18 Feb 2025
https://github.com/rafifiaan/q2-daa-mazegeneratorsolver-py
A simple maze generator program with MST and DSF Algorithms
algorithms maze-algorithms maze-generator maze-solver
Last synced: 25 Feb 2025
https://github.com/webdevleo/maze
A bunch of algorithms to generate mazes
algorithms labirint maze maze-algorithms maze-creation maze-generation-algorithms world-gen world-generator
Last synced: 14 Mar 2025
https://github.com/awass04/rat-maze-dfs-algorithm
A DFS algorithm designed to solve a maze.
csharp dfs dfs-algorithm dfs-algorithms dfs-visualization maze maze-algorithms maze-solver rat stack stacks
Last synced: 18 Jun 2025
https://github.com/haydend100/mazesolver
This program randomly generates a maze and then solves that maze using A* pathfinding algorithm
astar astar-algorithm astar-pathfinding astar-search astar-search-algorithm cpp maze maze-algorithms maze-generation-algorithms maze-generator maze-solver prims-algorithm prims-implementation randomized-prim-algorithm
Last synced: 20 Feb 2025
https://github.com/nextupvamp/mazes
Application for generating and solving mazes
cli java maze-algorithms maze-generation maze-solver
Last synced: 30 Mar 2025
https://github.com/anshuthopsee/maze-generator
A visualising tool for maze generation built with react. Recursive Backtracker and Kruskal's Algorithm used.
kruskal kruskals-algorithm material-ui maze maze-algorithms maze-generator maze-visualization react recursive-algorithm recursive-backtracker recursive-backtracking recursive-backtracking-algorithm
Last synced: 01 Apr 2025
https://github.com/marianpekar/ue5-maze-generator
Extended reimplementation of ue4-maze-generator
maze-algorithms maze-generator pattern-matching recursive-backtracker ue5 unreal unreal-engine-5
Last synced: 24 Feb 2025
https://github.com/ultraviolet-ninja/pixelmazesolver
Using JavaFX and JGraphT to solve image-based mazes
dijkstra-shortest-path fun gradle java maze-algorithms maze-solver
Last synced: 01 Mar 2025
https://github.com/talhaahussain/maze-game
Maze game created for A2 Computer Science project (A-levels, Year 13).
documentation finite-state-machine maze-algorithms maze-game maze-generator pygame ui
Last synced: 23 Feb 2025
https://github.com/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.
maze-algorithms maze-generator maze-solver
Last synced: 23 Feb 2025
https://github.com/amanpriyanshu/mazegenesis
Just a page for maze algorithms
maze maze-algorithms maze-creation maze-explorer maze-game maze-generation-algorithms maze-generator maze-solver mazes website
Last synced: 24 Mar 2025
https://github.com/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
astar-algorithm bfs dfs maze- maze-algorithms maze-solver
Last synced: 18 Mar 2025
https://github.com/aleksibovellan/python-a-star-maze-solver
Python Maze Solver using A* Algorithm with Movement Constraints
a-star a-star-algorithm a-star-path-finding ai astar astar-pathfinding euclidean euclidean-distances heuristic heuristic-algorithm heuristics labyrinth labyrinth-solver matplotlib maze maze-algorithms maze-solver maze-solving python python3
Last synced: 21 Mar 2025
https://github.com/swashvirus/mazegeneratorsolver
maze generator solver and render using JavaScript and HTML5 canvas for rendering
maze maze-algorithms maze-generation-algorithms maze-generator maze-solver mazes
Last synced: 01 Mar 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: 11 Jun 2025
https://github.com/thegatesdev/mazegen-c
Overly complicated maze generation in C
algorithms-and-data-structures c cmake cmakelists generation maze maze-algorithms maze-generation maze-generation-algorithms maze-generator
Last synced: 08 Apr 2025
https://github.com/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! 🎉
html-css-javascript maze maze-algorithms maze-creation maze-explorer maze-game maze-generator maze-solver react zus
Last synced: 15 Mar 2025
https://github.com/awass04/rat-maze-dfs-algorithm-
A DFS algorithm designed to solve a maze.
csharp dfs dfs-algorithm dfs-algorithms dfs-visualization maze maze-algorithms maze-solver rat stack stacks
Last synced: 27 Nov 2024
https://github.com/aggrathon/amazealgorithm
A maze generator for creating interesting mazes
labyrinth labyrinth-generation maze maze-algorithms maze-generator rust rust-lang
Last synced: 16 Mar 2025
https://github.com/poypoyan/canvas-svg-experiments
My experiments in Canvas and SVG HTML
algorithms canvas illusion javascript loop-erased-random-walk maze-algorithms random-walk svg
Last synced: 07 Apr 2025