get Straight Neighbours
Retrieves the straight (orthogonal) neighbors of the given tile.
The neighbors are the tiles directly above, to the left, to the right and below the given tile, in that order, if they exist within the grid boundaries and are not deleted.
Return
A list of straight neighbors of the given tile, or an empty list if no neighbors exist.
Parameters
t
The tile for which to retrieve the straight neighbors.