set_empty_location (x ,y);
set_empty_location (xbl ,ybl xtr ,ytr );
x, y
Specifies the tile coordinates for the empty cell location.
Specifies the tile coordinates for the bottom-left and top-right corner of the region.
Note: Only white spaces are allowed between the coordinates.
None
set_empty_location( 3 ,7);
set_empty_location(113 ,1 60 ,80 );