class Config
Defined in:
life/config.cr
Constructors
Class Method Summary
Instance Method Summary
Macro Summary
Constructor Detail
Class Method Detail
def self.
connect_horizontal
#
def self.
connect_vertical
#
def self.
cycle_interval
#
def self.
generation_mode
#
def self.
over_population
#
def self.
print_cycle_interval
#
def self.
reproduction_max
#
def self.
reproduction_min
#
def self.
under_population
#
Instance Method Detail
def
board_color : SF::Color
#
def
cell_color : SF::Color
#
def
connect_horizontal : Bool
#
def
connect_vertical : Bool
#
def
cycle_interval : Float64
#
def
generation_mode : Symbol
#
def
over_population : Int32
#
def
print_cycle_interval : Int32
#
def
reproduction_max : Int32
#
def
reproduction_min : Int32
#
def
set_variable(prop_name, prop_val)
#
def
tile_height : Int32
#
def
under_population : Int32
#
Macro Detail
macro
getter(name, type)
#