Simple RayCasting graphical engine a-la 1992 id Software Wolfenstein 3D written in plain C for X11 MacOS display server
This is Makefile project
Clone it
git clone https://github.com/BuddhaCola/Cub3D.git
cd into
cd Cub3D
and compile
make
then launch by entering
"$ ./cub3D .cub", replacing .cub with a map file (repository includes two: wolf.cub and bobville.cub)
./cub3D wolf.cub