Skip to content
Thomas edited this page Jun 7, 2015 · 11 revisions

##Overview

Main view of creatures The main view is divided in two parts: On the left side there is the graphical display of the world. You can see creatures moving around as well as food. On the right side you can change the speed and see some basic information about the world.

##Handling You can drag the mouse to move the display and scroll your mouse wheel to zoom. The speed of the simulation can be change with slider on the right or via + and - on the keyboard. In the "Creation" menu a new world and new creatures can be added. In the creation of several creatures you can give a base-value and a variation for attributes (A base-value of 100 with variation of 10 means values of 90-110 are possible)

Statistics view In the "Statistics" menu you can see statistics in a graph. A right click on the graph will show more options. Selecting an area in the graph will zoom inside that area. Selective display of single variables will be added in the future.

##Code overview ###Class diagram You can get a more detailed overview of the structure of the code here: Class diagram ###Creature The inheritable properties of a creature can be seen here: Creature

Clone this wiki locally