Formula for getting square diagonal neighbour is not right for NorthEast. It is described as "TileID - Map Columns - 1" in the video, which is formula for NorthWest neighbour. Correct NorthEast formula should be "TileID - Map Columns + 1". Otherwise thanks for the tutorial, very helpful, keep it coming!
This is a very good tutorial. Thanks for sharing and looking forward to the A* next
Formula for getting square diagonal neighbour is not right for NorthEast. It is described as "TileID - Map Columns - 1" in the video, which is formula for NorthWest neighbour.
Correct NorthEast formula should be "TileID - Map Columns + 1".
Otherwise thanks for the tutorial, very helpful, keep it coming!