Explore the Recursive Back-tracker algorithm for maze generation in this 27-minute video tutorial. Learn how this versatile algorithm guarantees all paths are traversed in network-based scenarios. Discover the implementation using the olcConsoleGameEngine class, and follow along with coding examples to create your own mazes. Gain insights into stack primers, cursive back tracking, and path width considerations. Access the accompanying GitHub repository for the complete source code and visit the blog for additional resources and explanations.
Overview
Syllabus
Intro
Stack Primer
Cursive Back Tracker
Coding
Path Width
Maze Creation
Taught by
javidx9