ProceduralForest icon indicating copy to clipboard operation
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

Seed of 5 with 3 trees

Seed of 6 with 3 trees

Seed of 5 with 2 trees