The Maze generation software "Daedalus", version 3.5
-
Updated
Nov 8, 2024 - C++
A maze is a type of puzzle involving a collection of paths, usually where a player has to find a route from start to finish.
A huge variety of algorithms exist for generating and solving mazes. These are not only fun to implement, but also are a good way to familiarise yourself with programming techniques, algorithms, and languages.
The Maze generation software "Daedalus", version 3.5
Project of a micromouse type mobile robot based on STM32 and designed PCB. Master's thesis.
Maze generation and solving library
Maze Solving algorithm detects the various nodes in a maze formed with black lines using a line follower robot to computes the best path for minimum turns between start to end points.
Maze generator written in c++ using Qt
MAGO is a maze generator.
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!
An implementation of the Eller's Algorithm for generating infinite mazes
My implementation of Prims algorithm to randomly generate mazes
Maze and cave realization
Generates a 2-D maze using a recursive backtracking algorithm.
A minimalistic console game
This program randomly generates a maze and then solves that maze using A* pathfinding algorithm