Cub3D is a project that aims to recreate a simple version of the classic game Wolfenstein 3D, using the raycasting technique. This project was developed as part of [insert name of course or program].
Cub3D is a project developed in [insert language or framework], inspired by the iconic Wolfenstein 3D game. It uses the raycasting technique to render a 3D world and provides a simple gameplay experience.
- Raycasting rendering engine
- Textured walls and sprites
- Basic collision detection
- Simple player movement and controls
To get started with Cub3D, follow these steps:
- Clone this repository to your local machine.
- Navigate to the project directory.
- Compile the project using the provided Makefile.
- Run the executable file generated after compilation.
git clone https://github.com/yourusername/cub3d.git
cd cub3d
make
./cub3d- W: Move forward
- S: Move backward
- A: Move left
- D: Move right
- Left arrow: Rotate left
- Right arrow: Rotate right
- ESC: Exit the game
