Skip to content
/ cub3d Public

Basic 3D project using raycasting inspiring by Wolfenstein 3D

Notifications You must be signed in to change notification settings

Yuerino/cub3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks