Skip to content

donadoio/cub3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

cub3d

To launch:

sudo apt-get update && sudo apt-get install xorg libxext-dev zlib1g-dev libbsd-dev
make
./cubed [map file]

Jordi Lensing's map validator fit like a charm so I didn't reinvent the wheel.
C Files used from Jordi's cub3d with minor adjustments:
map_check_c.c, map_check_d.c

About

Pseudo 3D raycasting using a digital differential analyzer(DDA) algorithm with very limited graphics library in C.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published