Cub3D is a 3D raycasting engine for a first-person perspective game. It showcases advanced raycasting techniques to create an immersive 3D environment.
- Raycasting Engine: Advanced raycasting for rendering 3D environments.
- First-Person Perspective: Engaging first-person gameplay.
- Customizable: Easily extend and modify for various game features.
makemake-
Clone the Repository
git clone https://github.com/yourusername/Cub3D.git cd Cub3D -
Build the Game
make
-
Run the Game
./Cub3D maps/map.ber
- map.ber == use The Map You Need For Play in maps
This project is licensed under the Custum License. which combines the GNU General Public License (GPL) v3.0 with additional custom restrictions.
For any questions or support, please contact EMAIL.
Contributions are welcome! I'd like you to please follow the guidelines for submitting pull requests and issues. For more details, refer to the CONTRIBUTING file if available.
Happy coding! ^_^