-
Notifications
You must be signed in to change notification settings - Fork 7
/
board.h
38 lines (38 loc) · 1.44 KB
/
board.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
uint32_t const board[36] = {
0b00000000000000000000000000000000,
0b00000000000000000000000000000000,
0b00000000000000000000000000000000,
0b00111111111111111111111111111100,
0b00100000000000011000000000000100,
0b00101111011111011011111011110100,
0b00101111011111011011111011110100,
0b00101111011111011011111011110100,
0b00100000000000000000000000000100,
0b00101111011011111111011011110100,
0b00101111011011111111011011110100,
0b00100000011000011000011000000100,
0b00111111011111011011111011111100,
0b00000001011111011011111010000000,
0b00000001011000000000011010000000,
0b00000001011011111111011010000000,
0b00111111011010000001011011111100,
0b00000000000010000001000000000000,
0b00111111011010000001011011111100,
0b00000001011011111111011010000000,
0b00000001011000000000011010000000,
0b00000001011011111111011010000000,
0b00111111011011111111011011111100,
0b00100000000000011000000000000100,
0b00101111011111011011111011110100,
0b00101111011111011011111011110100,
0b00100011000000000000000011000100,
0b00111011011011111111011011011100,
0b00111011011011111111011011011100,
0b00100000011000011000011000000100,
0b00101111111111011011111111110100,
0b00101111111111011011111111110100,
0b00100000000000000000000000000100,
0b00111111111111111111111111111100,
0b00000000000000000000000000000000,
0b00000000000000000000000000000000
};