DEV Community

Eniek
Eniek

Posted on

Maze generator, written in C

Hey!
This is my first post here, and also basically my first step into the dev community 🤗.

Yesterday, I finally finished my first project! And that is what this post is about, I would like to share what I made.
I made a simple maze generator, using recursive backtracking, in C. It is the first project I really finished, and I think the outcome is very nice.

You can find the source code here: https://github.com/E-niek/MazeGenerator

I would really like to here feedback!

Top comments (0)