Hello guys! :)
I have problem finding out, about why the author if the code i have. Uses array like this:
int past[1000][2]; and says that 0 is side, and 1 is up.
Does he mean that:
past[pastCounter][0]; is for up,and down (x)
past[pastCounter][1]; is for sides (y)
Appreciate all help! :)
btw a snake game.