Projects with this topic
-
-
Maze is a PHP router that maps HTTP requests to custom entries, such as controllers responsible for handling specific web app logic.
Updated -
Generator of maze where a small multi-colored square (with a nice trail) transforms a boring grid into a beautiful maze, and it repeats again and again.
Updated -
Breadth First Search and Depth First Search in a 2D maze.
Updated -
-
-
-
-
Swiss Cheese is a 3D maze game. The player is placed in a maze and must find a way out.
Updated -
-
A 2D perfect maze generator and solver, both rectangular and hexagonal.
The project employs multiple algorithms, including Recursive Backtracker, Prim's and Growing Tree for the generator, and Wall Follower and Bidirectional Recursive to solve.
Updated -
Introduction to Programming (CS-107, EPFL) project about solving a maze using different algorithms.
Updated -
Maze generators in e̶v̶e̶r̶y̶ some programming languages
Updated -
The goal of this project is to generate mazes (done in a reasonable amount of time), solve them (from 4 different ways and done in a reasonable amount of time), and print the solution.
Updated -
-
Un générateur de labyrinthe en Go en mode texte ! enjoy
Updated -