which tileset format should I include/demo in Mini Micro?

which tileset format should I include/demo in Mini Micro?

Joe Strout's picture

I'm finishing up Mini Micro version 1.0 soon, and that includes finalizing the built-in assets and demos. I want to include a general-purpose tile set suitable for making mazes, islands, etc.

Research on that led me to this nice blog post on different tileset formats. He describes several options:

  • Marching squares: 16 tiles selected by solid/empty corners (aka Wang 2-corner tiles)
  • Blob: 47 tiles selected by solid/empty centers (with some rules about when to consider corner neighbors)
  • Sub-blob (aka TileA2): 21 subtiles, each like a quadrant of a blob tile
  • Micro-blob: 13 subtiles, basically same as sub-blob but throwing out duplicates.

But how to choose? Anybody have any strong arguments in favor of one of these?

Here at OGA, is one format more popular than the others? Does anybody have a curated list, or know an appropriate search keyword, for finding tilesets in just one of these formats?