Move the robots from the entrance (start) to the exit (end) in the minimum amount of moves. The description of the maze is given in the standard input.
Execute the maze generator:
- size: number of rooms.
- density: percentage of probability of connexions between rooms.
- nb_of_robots: number of robots.
./laby_gen.pl size density nb_of_robots
make re
Execute the following command:
./amazed < path_file
- path_file: the path to the file of the maze description
