![]() |
Nano v1.0.0
Simulating Natural Selection
|
Classes | |
| class | Cycle |
| A class representing a single cycle in the simulation. More... | |
| class | Entity |
| A class representing a single entity in the simulation. More... | |
| struct | Food |
| An enumeration type representing a single food particle. More... | |
| class | Simulation |
| A class representing the simulation. More... | |
Enumerations | |
| enum class | DirectionsDeg { LEFT = 0 , UP = 90 , RIGHT = 180 , DOWN = 270 } |
| An enumeration type describing the directions of the board. More... | |
| enum class | EntityFoodStage { ZERO_FOOD , ONE_FOOD , TWO_FOOD } |
| An enumeration type describing the three states of an Entity. More... | |
|
strong |
|
strong |
An enumeration type describing the three states of an Entity.
| Enumerator | |
|---|---|
| ZERO_FOOD | |
| ONE_FOOD | |
| TWO_FOOD | |