Using Ray-Casting, implement a maze that you can move around in providing a similar experience to that of Wolfenstein 3D.
- git clone https://github.com/coder-guy22296/42-wolf3d.git wolf3d
- cd wolf3d
- make
- ./wolf3d map.wolf
- Forward: UP Arrow
- Backward: Down Arrow
- Strafe Left: Left Arrow
- Strafe Right: Right Arrow
- Turn Left: A
- Turn Right: D
- Increase FOV: W
- Decrease FOV: S