The goal of cub3d
is to make something using raycasting (like Wolfenstein 3D).
git clone https://github.com/kingdcreations/cub3d.git
make
./Cub3D test.cub
to play
./Cub3D test.cub -save
to take a screenshot
- Use arrow keys to move
- Use Q and D to strafe
- Use C to crouch
- Use X to enable depth shading
- Use ESC to quit game