added heart as an image option

This commit is contained in:
Philippe Loctaux
2018-01-20 23:25:20 +01:00
committed by Eric Romano
parent 63e28c8616
commit 072b9018a4

View File

@ -164,6 +164,16 @@ GLIDERS = [
[0,0,4,0,0,0,4,4,0,0,0,0,0,0],
]
HEART = [
[0,4,4,0,4,4,0],
[4,2,2,4,2,2,4],
[4,2,2,2,2,2,4],
[4,0,2,2,2,2,4],
[0,4,2,2,2,4,0],
[0,0,4,2,4,0,0],
[0,0,0,4,0,0,0],
]
ASCII_TO_NUMBER = {
'_': 0,
'_': 1,
@ -217,6 +227,7 @@ IMAGES = {
'oneup_str': ONEUP_STR,
'beer': BEER,
'gliders': GLIDERS,
'heart' : HEART,
}
SHELLS = {