Projects with this topic
Sort by:
-
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