Smart agent who plays Sokoban
To add more test, you add your map to the relative or absolute directory path, for example
user@:~$ ./run.sh <PATH MAP> <ALGORTIHM>
by default you can run the following algorithms with the level one
user@:~$ ./run.sh ./test/nivel1.txt BFS
user@:~$ ./run.sh ./test/nivel1.txt DFS
user@:~$ ./run.sh ./test/nivel1.txt IDFS