Skip to content

tomkrueger42/42_cub3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cub3D

My first RayCaster with miniLibX

Summary: This project is inspired by the world-famous Wolfenstein 3D game, 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.


To clone the repository, run the following command:

git clone --recurse-submodules https://github.com/tomkrueger42/42_cub3d.git

Then, change into the 42_cub3d directory and build to program with

make

You can run the game using

./cub3d <x.cub>