Floor Tiles
Day 025 #PanicRoom
Day 090 #100DaysOfGameDev
I decided to design a basic Concrete Floor Tile to be able to start putting together a basic level to work with and I got into a creative mood and designed a few more alternate tile to go with it.
This led me to think of tiles I could connect to create a better sense of randomness when it dawned on me, why not create a system that does exactly that?
Using the four sides of a tile, I came up with the lowest common denominator of unique tiles I could create and, using vertical and horizontal flips, came up with an idea for a system that could use multiple iterations to come up with countless possibilities. I will have to see if it all pans out once I actually start putting it together.