Skip to content

vinicius507/cub3d

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages