Add README

This commit is contained in:
Robert Heaton
2018-12-17 13:52:24 -08:00
parent 873ce37931
commit 6308975758
2 changed files with 21 additions and 0 deletions

21
README.md Normal file
View File

@@ -0,0 +1,21 @@
# 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)

BIN
example.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB