This script checks only how your cub3D project is working with invalid maps.
- Clone repository anywhere
git clone git@github.com:querta/checker_cub3D.git
- Copy all files and directories inside your cub3D folder
- Run ./check.sh with argument 1-7 (no args for help)
- Check several times.
You can add these file to your .gitignore file
echo -e 'valid_maps/* \ninvalid_maps/* \nchecker_cub3D/* \nwolftex/* \nchecker.sh' >> .gitignore