============
Implements a random map generator using Wang Tiles, in C#.
- Author: Sérgio Flores
- License: MIT
- Reporting Issues
- Support can be obtained via Email
- If you require some specific feature please contact for a quote.
============ Wang Tiles are a very simple but useful concept that can be used to generate an infinite set of connecting tiles. This small project was implemented based on the information found here.
Note that is just a small proof of concept done in 1 hour, using C# and OpenTK for rendering the output (you can easily swap it out for any other rendering system, the algoritm only gives you a list of tile IDs).
When running the sample, you can change the tileset using the number keys.
A sample output, using a simple tileset with roads.
============ Same map, using a different tileset that shows tile IDs.