akkupy / codeDump

Drop your code snippets here!
GNU General Public License v3.0
55 stars 252 forks source link

Third Commit #545

Closed Lsam18 closed 9 months ago

Lsam18 commented 9 months ago

A C program that generates a random maze using a simple recursive algorithm. The generated maze consists of walls, a start point, and an exit point. The user can navigate through the maze to find the exit.

akkupy commented 9 months ago

Remove Unneccessary files from the PR also reformat the folder structure