ProceduralForest
ProceduralForest copied to clipboard
A (repeatable) procedural algorithm for generating a forest
#Requirements
- python 3
- pygame - Install using
pip install -r requirements.txt
#Run
Run the application from the command line by specifying a seed.
python run.py --seed <n>
#Examples