MazLap is a maz game and algorithm visulization project written in C.
the goal of this project isn't only to create a game, but also to understand how maze genration and pathfinding algorithms work.
this project is built step by step, starting from the basics of linux, git , and C programing language.
this section explains how the project was created from scratch.
we create the project directory using: make directory
mkdir -p ~/Desktop/Projects/MazLapthen entering the folder using: change directory
cd ~/MazLap