pixelsnow / 42_cub3D

✅ Passed with 125/100 ✅ Wolfenstein3D-inspired game using raycasting @ Hive Helsinki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cub3D

Installation

MacOS

Make sure you have GLFW and CMake installed on your system. If you don't, run the following command to install both (be aware that it may take some time):

brew install glfw

To clone the repository:

git clone --recursive https://github.com/Turbonalle/cub3D.git

To compile, navigate to the root of the repo and run:

make

About

✅ Passed with 125/100 ✅ Wolfenstein3D-inspired game using raycasting @ Hive Helsinki


Languages

Language:C 98.5%Language:Makefile 1.4%Language:Cuda 0.0%