Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

micardona96/Sokoban-IA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sokoban-IA

Smart agent who plays Sokoban

RUN AGENT

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