pmaldagu / s19_cub3D

19 Coding School project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cub3d

19 Coding School project

This project is inspired by the world-famous eponymous 90’s 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.

Status

Succes: 103%

How to

Install required dependencies for minilibx (debian based linux distro):

sudo apt update
sudo apt install libglu1-mesa-dev freeglut3-dev mesa-common-dev

Compile the project:

make

Compile with bonus:

make bonus

Delete all objects:

make clean

Delete all objects and the binary:

make fclean

Run the project:

./cub3d [MAP FILE PATH]

Ressources

About

19 Coding School project


Languages

Language:C 83.3%Language:Roff 8.8%Language:Objective-C 6.0%Language:Makefile 1.6%Language:Perl 0.3%