Yuerino / cub3d

Basic 3D project using raycasting inspiring by Wolfenstein 3D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Basic 3D project using raycasting inspiring by Wolfenstein 3D


Languages

Language:C 97.7%Language:Makefile 2.3%