Click here to Skip to main content
15,902,112 members
Articles / Programming Languages / C++

Crafting Mazes

Rate me:
Please Sign up or sign in to vote.
4.96/5 (6 votes)
24 Sep 2023Apache5 min read 3.4K   9  
Inspired while creating a maze map for the Wall-E project, follow this tutorial to explore ways to algorithmically generate mazes using Graph Theory.
This article discusses maze generation, covering various maze classifications, maze creation algorithms using Depth-First Search, and the use of graphs to ensure maze solutions, and finally gives a custom maze generation utility.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Apache License, Version 2.0


Written By
Software Developer (Senior) Access Softek Inc.
Spain Spain
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions