You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

13 lines
251 B

function res = isGoalKept(Length, Width, x, y, goalkeepMethod)
div = getDivByPos(Length, Width, x, y);
act = goalkeepMethod();
pattern = [2, 3, 6, 7; ];
res = false;
% case 1
if act == 1 &&
end