Maze generator/solver

The Maze generator/solver is a program that generates a perfect maze using the origin shift algorithm (youtube), and solves it using the Depth-First Search algorithm (wikipedia) by finding the shortest path between two randomly chosen cells. This program features:

How to use:

Status: Released

Tech stack: C, SDL3

Showcase:

View on GitHub (Code not commented)

← Back to Portfolio