-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
47 lines (41 loc) · 798 Bytes
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#SIZE OF THE FIELD
size:
height: 30
width: 30
#LOAD A CUSTOM PRESET OR DO A RANDOM
custom:
enabled: false
#NUMBER IN PERCENT
chance: 30
#RANDOM REVIVE GROUPS
outbreaks:
enabled: true
#CHANCE FROM 0 TO 1
#chance: 0.00002781652
chance: 0.0002
neighbourChance: 0.375
#DESIGN AND DISPLAY OPTIONS
display:
#WETHER TO SHOW NEW CELLS
showSpread: true
#WETHER TO SHOW DIED CELLS
showLoss: true
#WETHER TO USE BLACK BACKGROUND(TRUE) OR GREY(FALSE)
standardBackground: true
#USE ASCII INSTEAD
ascii:
enabled: false
#WETHER TO USE COLORS WITH ASCII
color: false
#INTERATION DELAY
delay: 50
#SYMBOLS USED IN THE ASCII
symbols:
spread: '8'
loss: '#'
living: 'O'
nothing: '-'
#LOG IN FILE
logging: false
#QUIT ON IDLE
quitOnIdle: false