{EPITECH} The goal of this project is to find the biggest square in a map made up of '.' and 'o'.
Compilation
make
Execution
./bsq maps/map1
Go to the bonus
directory and do the previous actions.
- You can find exemples in
maps
directory. - The first line is the number of lines in the map.
- The map is only made of
.
(empty) ando
(obstacles) symbols. - The map is always a rectangle.
- All lines have the same size.