This is a 42 project to make you own raycaster in C.
Program name cub3D
- Turn in files All your files
- Makefile all, clean, fclean, re, bonus
- Arguments a map in format *.cub
- External functs. • open, close, read, write • printf, malloc, free, perror • strerror, exit • All functions of the math lib • All functions of the MinilibX
-------------- Description ------------------------
You must create a “realistic” 3D graphical representation of the inside of a maze from a first-person perspective. You have to create this representation using the Ray-Casting principles mentioned earlier.
To compile the program run Make
To run the program "./cub3d <path_to_.cub_file>"
Control the program with w,s,a,d and the arrow buttons.
