getWalkableNeighbours

fun getWalkableNeighbours(allowSelf: Boolean = true): List<Tile>

Gets North/east/west/south neighbours. Did not get diagonal since gameobjects make it painful to check since you gameobjects don't let you check game object flags going out and coming since they are unwalkable.