+ the game rules is: - the worker Only can push the box. - the box only can moved in(left,right,top,down) direction. + The Map Define Role is: - . is ground - # is wall - B is box - g is target - s is worker
. . . . . S B . . # # . . . G .
1- BFS 2- DFS 3- Bidirectional 4- A*
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)