/RotatingLabyrinth

A macro that finds the shortest path through a labyrinth, with a twist: you can rotate the "walls" in all individual cells at once. The shortest path is not measured by the number of cells crossed, but by the number of rotations. Uses recursion, dictionaries, and implements a graph for the pathfinding.

This repository is not active