Skip to content

humonnom/wolfenstein-fps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wolfenstein - First Person Shooter Game

How to run the program (with enemy)

  1. Clone the repository
  2. Run make bonus in the root directory
  3. Game will start automatically
  4. You can kill the enemy(🏆) by crashing into it
  5. The MAP in the top-left corner can help you identify enemy locations
  6. Enjoy the game!

How to run the program (no enemy)

  1. Clone the repository
  2. Run make in the root directory
  3. Run ./cub3D maps/castle.cub in the root directory
  4. Enjoy the game!

How to play

  • W, A, S, D to move
  • , to rotate
  • ESC to exit the game

Makefile usage

  • make to compile the program
  • make bonus to compile the program with enemy and minimap
  • make clean to remove object files
  • make fclean to remove object files and the executable

About

FPS game made with openGL (Wolfenstein 3D) 🎮

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published