Most efficient way to save tile data of an isometric game
If you are trying to do something like the picture you don’t need to store which corners are up/down as it can be deduced from the surrounding tiles. For example if the current tile is height n and the height of the tile one up from the current tile is height n+1 then the current … Read more