Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
/ 11_cub3D Public archive

Wolfenstein 3D wannabe game

Notifications You must be signed in to change notification settings

m3tra/11_cub3D

Repository files navigation

cub3D

Description

This project's goal was to write our own "Wolfenstein 3D"-like game

Read the project's PDF for more info

Running the program

Make sure you have dependencies installed

# For debian-based distros:
sudo apt install xorg-dev libbsd-dev

To run the project:

chmod +x ./lib/minilibx-linux/configure

make && ./bin/cub3D

Cleaning up

To remove all files from the build process:

make clean_all