6308975758a154ed1b7e6ca2b013cec79d29d571
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%
