vinicius507 / cub3d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C 97.6%Language:Makefile 1.9%Language:Shell 0.3%Language:Dockerfile 0.2%