-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.py
More file actions
17 lines (17 loc) · 985 Bytes
/
data.py
File metadata and controls
17 lines (17 loc) · 985 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# -- coding: utf-8 --
pipes = [u'╔',u'║',u'╗',u'╝',u'╚',u'╣',u'╩',u'╦',u'╠',u'═',u'╬']
pipe_lu = [[u'╔',u'║╚╠'],[u'╗╦═',u'╣╝╩╬']]
pipe_rd = [[u'╝',u'║╗╣'],[u'╚╩═',u'╔╦╠╬']]
pipe_b = [[u'╔',u'╚╠'],[u'╦═',u'╩╬']]
pipe_end = [[u'╔',u'║╚╠'],[u'╗╦═',u'╣╝╩╬']]
pipe_eu = [u'╗',u'║╣╝']
pipe_lur = [[[u' ',u'╔'],[u'║',u'╚╠']],[[u'╗',u'═╦'],[u'╝╣',u'╩╬']]]
pipe_nd = [u'╚',u'╝╩═']
pipe_bb = [u'╚',u'╩═']
#0000 0001 0010 0011 0100 0101 0110 0111 1000 1001 1010 1011 1100 1101 1110
pipe_lurd = [[[[u' ',u' '],[u' ',u'╔']],[[u' ',u'║'],[u'╚',u'╠']]],[[[u' ',u'╗'],[u'═',u'╦']],[[u'╝',u'╣'],[u'╩',u'╬']]]]
#000 001 010 011 100 101 110 111
pipe_lud = [[[u' ',u'╔'],[u'╚',u'║╠']],[[u'═',u'╗╦'],[u'╝╩',u'╬╣']]]
pipe_unor = [u'╗',u'║╣']
pipe_u = [u'╔',u'║╠']
pipe_nobot = []