An open API service indexing awesome lists of open source software.

https://github.com/davetcode/proceduralforest

A (repeatable) procedural algorithm for generating a forest
https://github.com/davetcode/proceduralforest

Last synced: 7 months ago
JSON representation

A (repeatable) procedural algorithm for generating a forest

Awesome Lists containing this project

README

          

#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
```

#Examples

![Seed of 5 with 3 trees](./seed_5_3_trees.png?raw=true)

![Seed of 6 with 3 trees](./seed_6_3_trees.png?raw=true)

![Seed of 5 with 2 trees](./seed_1.png?raw=true)