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

https://github.com/coriolinus/simulated-ecology

Reddit Daily Coder 165: Simulated Ecology
https://github.com/coriolinus/simulated-ecology

Last synced: 7 months ago
JSON representation

Reddit Daily Coder 165: Simulated Ecology

Awesome Lists containing this project

README

          

simulated-ecology
=================

Reddit Daily Coder 165: Simulated Ecology

In response to http://www.reddit.com/r/dailyprogrammer/comments/27h53e/662014_challenge_165_hard_simulated_ecology_the/ .
Simulate a forest with varying and reactive quantities of trees, bears, and woodcutters.

Runs in Python 3.4.1. Test output generated with

python eco.py --edge 25 > out.txt

For the GUI, run

python ecogui.py

It takes identical command-line arguments as eco.py.