This is a raycasting project built in C using the Minilibx library. It renders a 3D environment similar to Wolfenstein 3D.
- git clone https://github.com/badi361/Cub3d
- make
- ./cub3D maps/map1.cub
- Use the WASD keys to move around
- The arrow keys control the direction you are facing
- C
- Minilibx for graphics
- Raycasting to render 3D environments
- Texture mapping
- Collision detection $ Dynamic lighting