1263c6051f8a63b34af2ac3764f69d5a73fee1d4
Wavefunction Collapse
This is the example code for my blog post, "The Wavefunction Collapse Algorithm explained very clearly". To install dependencies:
virtualenv vendor
source vendor/bin/active
pip install -r requirements.txt
Then to run:
python main.py
You will get a nice picture of a coastline.
Description
Languages
Python
100%
