Add README
This commit is contained in:
21
README.md
Normal file
21
README.md
Normal 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.
|
||||
|
||||

|
||||
BIN
example.png
Normal file
BIN
example.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 96 KiB |
Reference in New Issue
Block a user