Wave Function Collapse

Wave Function Collapse

Wave Function Collapse is a very interesing procedural algorithm which is being used lately in a variety of games (Bad North being the prime example).

I implemented its most basic form (tile based) to learn how a tile map can be procedurally generated.

  • Implemented Wave Function Collapse in a tile map.
  • Created a tile relations system to be used by the algorithm.