By @TheoGuerin64 and @LouisTruch
The goal of this project is to create a game similar to Wolfenstein 3D using simple raycasting techniques.
The graphic library used is MLX42
- Follow the instructions for library installation here
- If you want sound, install Pulseaudio (the installation of Pulseaudio can be difficult on Windows, but the game works fine without sound).
- Clone the repository using
git clone https://github.com/TheoGuerin64/Cub3D.git
- Use
make
ormake bonus
depending on which part interests you - You are now ready to play!
If you encounter any issues, feel free to contact me.
./cub3D
or ./cub3D_bonus
followed by the path of a valid .cub map
It requires python3.8 or higher and PyQt6.
python3 map_bonus_designer.py -h
for help.