Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 307 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 307 Bytes

42_Cub3D

Wolfenstein-like game made using minilibx and C language // 42 School project

To play :

  • go in minilibx directory then run ./configure
  • make
  • run ./cub3D pathofmap
  • to make a screenshot of 1st frame in .bmp format, run the above command followed by --save
  • you can create your own maps !!