Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.96 KB

README.md

File metadata and controls

50 lines (36 loc) · 1.96 KB

Cub3D

Grand Theft Auto Marseille Edition

📖 Description

This project’s objectives are similar to all this first year’s objectives: Rigor, use of C, use of basic algorithms, information research etc. As a graphic design project, cub3D will enable you to improve your skills in these areas: windows, colors, events, fill shapes, etc. To conclude cub3D is a remarkable playground to explore the playful practical applications of mathematics without having to understand the specifics. With the help of the numerous documents available on the internet, you will use mathematics as a tool to create elegant and efficient algorithms.

📖 Bonuses

Our bonuses are an ode to the Grand Theft Auto Series and the beautiful city of Marseille.

🔩 Makefile

This project use Make, here are the commands to compile it :

1. 🗜️Compiling the project :

$ make

1. 🗜️Compiling the project with bonus :

$ make bonus

2. 🧹Cleaning all binary (.o) :

$ make clean

2. 🪦Cleaning all binary (.o) and executable file :

$ make fclean

🛠️ Languages and Tools :

c git linux