Nano v1.0.0
Simulating Natural Selection
ss::bll::simulation Namespace Reference

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...
 

Enumeration Type Documentation

◆ DirectionsDeg

An enumeration type describing the directions of the board.

Enumerator
LEFT 
UP 
RIGHT 
DOWN 

◆ EntityFoodStage

An enumeration type describing the three states of an Entity.

Enumerator
ZERO_FOOD 
ONE_FOOD 
TWO_FOOD