Home > Backend Development > C++ > body text

Maze generator, written in C

Mary-Kate Olsen
Release: 2024-11-17 07:25:04
Original
537 people have browsed it

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!

source:dev.to
Statement of this Website
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
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template