The question is this: Given a restricted random walk agent (can move up, down, left, right, with equal probabilities) starting at the origin, what is the probability of that agent visiting cell (x,y) after N time steps have passed?
Obviously, if $N < x+y$, the probability is $0$. But what about $N \geq x+y?$