Bitwise Tilemaps
Here is a technique that I have been wanting to use in my projects for a while: Bitwise Tile Generation. It’s usefull to add some flavor to your world/level. Basically you use a full tileset for the grass or platformer tiles in your game and you calculate if there are similair tiles next to each
