witdh
- the map will have x coordinate from 0 to widthheight
- the map will have y coordiante from 0 to heightjungleRatio
- percent of map surface which is jungleinitialPlantsCount
- number of plants placed on map at the beginnig of simulation. Half will be place in jungle and half in steppeinitialAnialsCount
- number of animals placed on map at the beginnig of simulationanimalMoveCost
- energy take from animal after moveanimalInitialEnergy
- starting energy for each animalenergyFromPlant
- energy which animal obtain afeter eating plantplantsInJungleSpawn
- number of plants spawning in jungle after each dayplantsInSteppeSpawn
- number of plants spawning in steppe after each day
Config file name should be passed as program arument.