A recipe generator, embedded within a generated world, with generated ingredients.
Explore some pre-generated examples here.
- You'll need Python, with pip installed
- Download and extract the repository, or clone it with Git
- Open the command prompt and navigate to the folder
- Install the Perlin Noise dependency with
pip install perlin-noise
- To generate a new world, execute the
Assembler.py
file in the root folder - Wait until the script is done running (about 20 seconds)
- To explore the new generated world, navigate to
/webviewer
and openindex.html