This project is inspired by the world-famous eponymous 90’s game, which was the first FPS ever. In fact, it heavily relies on ray-casting. The goal is to make a dynamic view inside a maze. This code is written in accordance to the Norm v3, and has been graded 105/100.
USAGE:
In order to run the game with default maps and textures, just execute make with make run
inside the game folder. This will compile both minilibx and libft. It is possible to change map by editing the path contained in the variable MAP
of the Makefile.
OTHER: The makefile contains other useful rules:
norm
checks for norme errors inside all files except for the ones contained in the minilibx folderleaks
runs the game and shows remaining leaks at end of the executionsave
takes a screenshot at the first frame of the game.