git clone https://github.com/42Paris/minilibx-linux.git
|
|- minilibx-linux/
|- src/
|- headers/
|- ...
|- Makefile
- Left and right arrow keys allow you to look left and right in the maze.
- The W, A, S, D keys allow you to move.
make && ./cub3D maps/map.cub
- Left and right arrow keys allow you to look left and right in the maze.
- The W, A, S, D keys allow you to move.
- E key opens doors.
- Q key and right click shoot.
- Space key lights a torch.
- Ctrl key disable the "fog".
- You can use the mouse to look left and right.
make bonus && ./cub3D_bonus maps/map_bonus.cub