Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 702 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 702 Bytes

Wave Function Collapse

Python-implemented of a tilemap generator inspired by wave function collapse using the example https://github.com/mxgmn/WaveFunctionCollapse

The Castle, Knots and Circuit tiles are from the repository linked above

Requirements

  • Python 3.7+
  • Pillow
$ pip3 install -r requirements.txt

Usage

You can look at the examples in the wfc/__main__.py file and follow them.

You can also run these GUI examples:

$ python3 -m wfc

Examples