- Clone the repository
- Run
make bonus
in the root directory - Game will start automatically
- You can kill the enemy(🏆) by crashing into it
- The MAP in the top-left corner can help you identify enemy locations
- Enjoy the game!
- Clone the repository
- Run
make
in the root directory - Run
./cub3D maps/castle.cub
in the root directory - Enjoy the game!
W
,A
,S
,D
to move←
,→
to rotateESC
to exit the game
make
to compile the programmake bonus
to compile the program with enemy and minimapmake clean
to remove object filesmake fclean
to remove object files and the executable