This project is inspired by the world-famous Wolfenstein 3D game, which was the first FPS ever. Goal was to make a dynamic view inside a maze. Raycaster made with minilibx library on a c language.
Description of task: Subject.pdf
Project works on mac and linux systems.
-
Install dependencies on your computer
sudo apt-get install libx11-dev libxext-dev -
Clone repository:
git clone git@github.com:Ollietani/Cub3D.git -
cdto directoryCub3D -
Run
maketo execute Cub3D -
After building run
./cub3D maps/map1_bigger.cub

