The cub3d project is a 42 Network project that is inspired by the world-famous game Wolfenstein 3D. The goal of the project is to make something using raycasting. It is a remarkable playground to explore the playful practical applications of mathematics without having to understand the specifics.
git clone --recurse-submodules -j8 https://github.com/Fatihcill/cub3d.git
cd cub3d
make

