News

During training, generator_2d.py reads all .dat files and, for each cell, constructs a sequence of five tokens: four neighbor tiles (north, northeast, east, west) and the target tile. Out‑of‑bounds ...
Generating Procedural Tilemaps with Wave Function Collapse and Markov Chains. I’ve built a procedural 2D map generator based on the Wave Function Collapse algorithm, using a more probabilistic ...
In game development, procedural method is a common method to reduce the high cost of content generation by artist. The idea of procedural content generation is to automate the generation content by ...