https://github.com/treeplate/small_ecosystem_simulator
https://github.com/treeplate/small_ecosystem_simulator
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/treeplate/small_ecosystem_simulator
- Owner: treeplate
- Created: 2020-06-22T22:35:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T22:30:53.000Z (almost 6 years ago)
- Last Synced: 2025-02-02T11:44:33.095Z (over 1 year ago)
- Language: Dart
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simulating an ecosystem
## Goal
- Animals
- With enough food, have babies
- With not enough food, die - done
- Can eat plants and animals, depending on the type of animal - `eat`
- Plants
- After some time, have babies - done