Maze Solving

Animations of the progress of maze-solving algorithms.

Inspiration: there is a series of blog posts showing animations of maze-creating and maze-solving algorithms.


Create a Grid

A simple warmup - make the adjacency list for a grid.

Draw Maze

Render a rectangular maze.

Last modified November 3, 2023: Maze creating and drawing instructions. (66ab45c)