-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeck.js
More file actions
23 lines (23 loc) · 1.36 KB
/
deck.js
File metadata and controls
23 lines (23 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module.exports = {
0: ['b', 'f'], 1: ['c'], 2: ['a', 'c', 'd'],
3: ['c', 'd', 'f'], 4: ['a', 'c', 'e'], 5: ['c', 'f'],
6: ['a', 'd', 'f'], 7: ['a', 'b', 'c', 'e'], 8: ['a', 'c', 'd', 'e', 'f'],
9: ['b', 'c', 'f'], 10: ['a', 'b', 'd'], 11: ['a', 'b'],
12: ['d', 'e'], 13: ['d'], 14: ['b', 'c'],
15: ['a', 'c', 'e', 'f'], 16: ['e'], 17: ['a', 'c', 'd', 'e'],
18: ['a', 'f'], 19: ['a', 'b', 'c', 'd'], 20: ['c', 'e', 'f'],
21: ['a', 'b', 'd', 'f'], 22: ['a', 'b', 'c'], 23: ['b', 'd', 'f'],
24: ['a', 'c', 'f'], 25: ['a', 'b', 'c', 'd', 'e'], 26: ['c', 'd', 'e'],
27: ['a', 'b', 'c', 'd', 'f'], 28: ['a', 'b', 'f'], 29: ['a', 'b', 'e', 'f'],
30: ['e', 'f'], 31: ['a', 'b', 'c', 'e', 'f'], 32: ['b'],
33: ['a', 'd', 'e', 'f'], 34: ['c', 'd'], 35: ['a', 'd', 'e'],
36: ['b', 'd', 'e'], 37: ['d', 'e', 'f'], 38: ['a'],
39: ['a', 'e', 'f'], 40: ['b', 'c', 'd', 'e'], 41: ['a', 'b', 'd', 'e'],
42: ['b', 'c', 'd'], 43: ['b', 'd'], 44: ['b', 'd', 'e', 'f'],
45: ['b', 'c', 'e'], 46: ['a', 'b', 'e'], 47: ['c', 'e'],
48: ['b', 'e'], 49: ['a', 'c'], 50: ['b', 'c', 'e', 'f'],
51: ['a', 'b', 'c', 'd', 'e', 'f'], 52: ['b', 'e', 'f'], 53: ['c', 'd', 'e', 'f'],
54: ['a', 'e'], 55: ['a', 'b', 'd', 'e', 'f'], 56: ['f'],
57: ['b', 'c', 'd', 'e', 'f'], 58: ['a', 'd'], 59: ['b', 'c', 'd', 'f'],
60: ['a', 'b', 'c', 'f'], 61: ['d', 'f'], 62: ['a', 'c', 'd', 'f']
}