Java application that simulates the evolution of animals inspired by the Charles Darwin's theory of natural selection. Created by:
User can enter simulation parameters or import them from config files
Application will save logs about simulation to csv file
Application shows:-
Plots ilustrating changes in animals and plants quantity
-
Grid for simulation map
-
Statistics about simulation
System tests are aimed at checking the correctness of the implemented functionalities. Test cases cover a variety of scenarios including potential error conditions. The testing strategy includes unit testing and integration testing.