After three moves, the person has to be at less than 3 moves from the center.
here four such cases, 1 point has 9 ways to get there, two others have 3 ways of getting there and the last one has only 1 way.
For the way back there are as many possibilities, so sum of squares 9^2+3^2+3^2+1^2=100 multiplied by four because of symmetry=400 different paths.
If you consider a path is same as an other if it is taken in an other order then divide by 2 gives 200.