Skip to content

Commit

Permalink
Add new beer template
Browse files Browse the repository at this point in the history
  • Loading branch information
irishshagua committed Mar 4, 2018
1 parent 53cb8c6 commit d605712
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 @@ -123,6 +123,16 @@
[1,0,1,0,1,0,1,0,0,0,1,1,1,0,0,1,0,1,0,1,0,1,1,1],
]

BEER = [
[0,0,0,0,0,0,0,3,3,3,0,0,3,3,3,0,3,3,3,0,3,3,3,0,0],
[0,0,1,1,1,1,0,3,0,0,3,0,3,0,0,0,3,0,0,0,3,0,0,3,0],
[0,2,2,2,2,2,0,3,0,0,3,0,3,0,0,0,3,0,0,0,3,0,0,3,0],
[2,0,2,2,2,2,0,3,3,3,0,0,3,3,3,0,3,3,3,0,3,3,3,0,0],
[2,0,2,2,2,2,0,3,0,0,3,0,3,0,0,0,3,0,0,0,3,0,3,0,0],
[0,2,2,2,2,2,0,3,0,0,3,0,3,0,0,0,3,0,0,0,3,0,0,3,0],
[0,0,2,2,2,2,0,3,3,3,0,0,3,3,3,0,3,3,3,0,3,0,0,3,0],
]


ASCII_TO_NUMBER = {
'_': 0,
Expand Down Expand Up @@ -173,6 +183,7 @@ def is_empty_line(line):
'hello': HELLO,
'hireme': HIREME,
'oneup_str': ONEUP_STR,
'beer': BEER,
}


Expand Down

0 comments on commit d605712

Please sign in to comment.