Wave Function Collapse

Experimenting with the Wave Function Collapse algorithm in Python

Installation

Clone this repo

Then do:

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Examples

python simple.py

simple sample

python redblue.py

redblue sample

python rgb.py

rgb sample

python abstract.py

abstract sample

python circuit.py

circuit sample

python mondriaan.py

mondriaan sample