cub3D

42 project - Wolfenstein 3D-like


Project maintained by AlexDos-42 Hosted on GitHub Pages — Theme by mattgraham

header

AlexDos-42

This project is inspired by Wolfenstein 3D, which was the first FPS ever. It will enable you to explore ray-casting. Your goal will be to make a dynamic view inside a maze, in which you’ll have to find your way.

screen

Compilation && Execution

To play the game

make re && ./Cub3D maptest.cub

To save the first rendered image in bmp format

make re && ./Cub3D maptest.cub --save

Instructions