forked from ferrithemaker/LifeProject
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelptext.txt
More file actions
13 lines (7 loc) · 1.19 KB
/
helptext.txt
File metadata and controls
13 lines (7 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
LifeProject wants to be a basic life simulator. This simulator has three main elements with its own model and behaviour. The plants (resources), and two species that compete for it.
You can configure the model and see how the system evolves through time on the simulation tab. You also can change all the variables on real time and see the changes on the simulation screen.
The plants are the main resource for the species. At the end of each turn each living plant is evaluated to know if it dies or not. Each plant have an specific amount of energy in relation of its age. This energy will be used for the species to grow.
Plants variables: General grow ratio, Enhanced grow ratio, OnRain grow ratio, Rain chances and Rain duration.
On this simulation, there are two species (specie one and specie two) that compete for resources (plants), that give to the individuals of each specie the enrgy to grow, move and reproduce itself.
Species variables: Reproduction chances, Max age, Energy used to grow, X coord of first seed & Y coord of first seed.
Please, this is a brief abstract, if you want to know how to use the simulator, refer to: https://github.com/ferriman/LifeProject/wiki/LifeProject