-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmap.txt
20 lines (20 loc) · 880 Bytes
/
map.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
map = [0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,1,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,
0,0,1,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,
0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,
0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,1,
0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,1,
0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,
0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,
0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,1,1,0,
0,0,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,0,
0,0,0,0,0,0,0,1,1,1,0,0,0,1,1,1,1,0,
0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,1,1,1]