*To build the programm there is only a few steps: First of all, you can download the repository through the following steps in any shell of your preference:*
git clone [email protected]:AtibQur/cub3d.git cd cub3d makeThese commands will compile everything and a executable "cub3D" should be created.
To compile the program, run the following command:
cd cub3d && make ./cub3d input/(map_name).cubAfter creating the executable, the function is ready for use. This function only takes a map with an .cub extension.