/cub3d

Basic 3D project using raycasting inspiring by Wolfenstein 3D

Primary LanguageC

Clone project

Clone the whole project including submodules

git clone --depth 1 --recurse-submodules https://github.com/Yuerino/cub3d.git

Or if you already cloned the project without submodules, use following command to pull the submodules

git submodule update --init --recursive --depth 1