Skip to content

Commit

Permalink
Merge branch 'x4m3-hi' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
gelstudios committed Dec 12, 2020
2 parents 63e28c8 + dbfdb5c commit 6eda4ec
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions gitfiti.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,16 @@
[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,2,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,
Expand Down Expand Up @@ -217,6 +227,7 @@ def is_empty_line(line):
'oneup_str': ONEUP_STR,
'beer': BEER,
'gliders': GLIDERS,
'heart' : HEART,
}

SHELLS = {
Expand Down

0 comments on commit 6eda4ec

Please sign in to comment.