Home  >  Article  >  Backend Development  >  Maze generator, written in C

Maze generator, written in C

Mary-Kate Olsen
Mary-Kate OlsenOriginal
2024-11-17 07:25:04539browse

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!

The above is the detailed content of Maze generator, written in C. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn