Files
wavefunction-collapse/README.md
Robert Heaton 6308975758 Add README
2018-12-17 13:53:24 -08:00

22 lines
351 B
Markdown

# 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.
![WFC Example](example.png)