An École 42 project.
Cub3D is a graphics engine inspired by the game Wolfenstein 3D.
Developed in C using the MinilibX graphics library, Cub3D uses the Raycasting technique to render 3D graphics in a 2D window.
- Clone the repository:
$ git clone https://github.com/vinicius507/cub3d
- Change to the project directory:
$ cd cub3d
- Build the project:
$ make
- Run the game with one of the test maps:
$ ./cub3D ./test_maps/test.cub
Note
Only the maps test.cub and test2.cub are working maps. The other maps are for testing purposes.