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
- Host: GitHub
- URL: https://github.com/davetcode/proceduralforest
- Owner: DaveTCode
- License: mit
- Created: 2014-07-27T19:02:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-05T19:53:29.000Z (over 9 years ago)
- Last Synced: 2025-08-28T11:36:09.006Z (7 months ago)
- Language: Python
- Size: 448 KB
- Stars: 17
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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


