Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 1.6 KB

README.md

File metadata and controls

60 lines (43 loc) · 1.6 KB

OS Language Grade Status

Cub3D

build

An École 42 project.

GIF of the game

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.

Usage

  1. Clone the repository:
$ git clone https://github.com/vinicius507/cub3d
  1. Change to the project directory:
$ cd cub3d
  1. Build the project:
$ make
  1. 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.

Authors