/cub3d

Primary LanguageC

cub3d

Fr

cub3d est un projet visant à développer une version simplifiée du jeu Wolfenstein 3D. En binôme, avec echapus, nous apprendrons le raycasting et continuerons à progresser en développement graphique en C à l'aide la bibliothèque graphique minimaliste de 42, la minilibx.

Le programme peut être compilé avec le Makefile:

make

Et le binaire peut être appelé comme ceci:

./cub3D <chemin vers la carte>

En

Cub3d is a project aimed at developing a simplified version of the game Wolfenstein 3D. In collaboration with echapus, we will learn raycasting and continue to improve our skills in graphical development in C using the minimalist graphic library from 42, minilibx.

The program can be compiled using the Makefile:

make

And the binary can be run like this:

./cub3D <path to map>