Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 618 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 618 Bytes

Cub3d

Description:

42 Cub3D Project: A raycasting engine in C, inspired by the world's first FPS game, Wolfenstein. Utilizing ray casting and DDA algorithms, this project creates a 3D experience on a 2D map. The project currently only works on macOS

Features:

  • Immersive 3D graphics
  • Ray casting and DDA algorithms
  • Classic gaming techniques

How to Run:

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
  3. Compile and run the project.

make && ./cub3D maps/defaultmap.cub

Note: The necessary libraries and dependencies will be installed with the make command.