/cub3d

a 3D Game....

Primary LanguageC

so_long

This is a 3D game designed in C using minilibX provided in 42curses.
To play this game u have to be in a macOS use the following commands.
make then ./cub3d maps/test.cub Enjoy :)
you can Edit the Map as long as it respects the rules.

Rules of the map

• The map must be closed/surrounded by walls \

Elements of the map

1 : Wall
0 : Empty space
P : Player
NO : texure of north wall
SO : texure of South wall
WE : texure of west wall
EA : texure of East wall
F : RGB color of floor
C : RGP color of Ceiling