Skip to content

Baarrbb/42-cub3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42-cub3d 125/100

badge-so_long

Build

git clone https://github.com/42Paris/minilibx-linux.git
|
|- minilibx-linux/
|- src/
|- headers/
|- ...
|- Makefile

Mandatory

Cmd

  • 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.

Run

make && ./cub3D maps/map.cub
gif_mandatory

Bonus

Cmd

  • 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.

Run

make bonus && ./cub3D_bonus maps/map_bonus.cub
gif_bonus

About

cub3d 125/100

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors