Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

This is a 42 project to make you own raycaster in C.

Program name cub3D

  • Turn in files All your files
  • Makefile all, clean, fclean, re, bonus
  • Arguments a map in format *.cub
  • External functs. • open, close, read, write • printf, malloc, free, perror • strerror, exit • All functions of the math lib • All functions of the MinilibX

-------------- Description ------------------------

You must create a “realistic” 3D graphical representation of the inside of a maze from a first-person perspective. You have to create this representation using the Ray-Casting principles mentioned earlier.

To compile the program run Make

To run the program "./cub3d <path_to_.cub_file>"

Control the program with w,s,a,d and the arrow buttons.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages