This is a 3D game that uses ray casting to render its environment, similar to the classic first-person shooter Wolfenstein 3D.
- Clone or download the repository to your local machine.
- Open the project in your preferred development environment.
- Build and run the project.
- Use the WASD keys to move around the environment, and use the mouse to look around.
- Use the left mouse button to shoot enemies and interact with objects in the environment.
- Explore the environment and complete objectives to progress through the game.
git clone https://github.com/sFinOe/3D-Game.git
cd 3D-Game
make && ./Cub3d [maps/map.cub]
- Linux, Macos
- MLX Framework More Details
- Clang, GCC (C compailer)
For support, email [email protected] or [email protected].