Hi,
There is an array of numbers, the number on each cell display how many setps does you need to go (left or right), for exmpple
int[2]=4
that means that you have to go 4 steps or to int [-2] or to int[6] you have to return true if you went trough all the cell and did not went "out" of the array and false if not.
Thanks a lot