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

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.

clojure maze maze-algorithms

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/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/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/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/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/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/serhatkacmaz/python-mazesolver

Maze solution with Python programming language

maze maze-algorithms maze-generator maze-solver

Last synced: 28 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/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/nextupvamp/mazes

Application for generating and solving mazes

cli java maze-algorithms maze-generation maze-solver

Last synced: 30 Mar 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/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/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/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/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