This is a basic attempt to recreate the classic Wolfenstein levels using Raycasting in OpenGL
- Press W to move forward
- Press S to move backward
- Press A to move left
- Press D to move right
- Press E to open doors
- Use Mouse to see around
- Compile the code with gcc after linking glut windows libraries, and run.