For some reason, however i do the code, even if i comment out everything minus the movement code, the character seems to move half speed, whilst changing direction from left to right.
item = this.findNearestItem();
pos = item.pos,
ix = pos.x;
iy= pos.y;
this.move({x: ix, y: iy});
Thats all i have left after commenting out all of your starting code and still doesnt move properly
Makes it impossible to complete. Can someone have a look?? Doing it in Javascript, i’ve seen a lot of stuff on the forums about guys doing it in python and it working ok.