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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
/* XPM */
/* This file was automatically generated from the file ../SOLID48.V56
using the program ``zic2xpm''.
NOTICE: The piece images distributed with ZIICS are
copyrighted works of their original creators. Images
converted with zic2xpm may not be redistributed without
the permission of the copyright holders. Do not contact
the authors of zic2xpm or of ZIICS itself to request
permission. */
static char * image_name[] = {
"56 56 4 1",
"X c white s light_piece",
" c black s dark_piece",
"* c gray s light_square",
". c green s dark_square",
"********************************************************",
"********************************************************",
"********************************************************",
"********************************************************",
"********************************************************",
"********************************************************",
"********************************************************",
"**************************** *** *********************",
"**************************** *** *********************",
"***************************** * *********************",
"*************************** * X *********************",
"*************************** * X *********************",
"************************* X ********************",
"************************* XX ********************",
"************************ XX *******************",
"*********************** XX XX *******************",
"*********************** XX X *******************",
"*********************** XX X *******************",
"********************** XXXXXXXX XX *****************",
"********************** XXXXXXXX X *****************",
"********************** XX X *****************",
"********************* XX *****************",
"********************* XX *******************",
"********************* XX *******************",
"********************* *******************",
"********************* *******************",
"********************* *******************",
"********************* ********************",
"********************* ********************",
"********************* ********************",
"********************** ********************",
"********************** *********************",
"*********************** *********************",
"*********************** XXXXXXXXXX *********************",
"*********************** XXXXXXXXXX *********************",
"*********************** XXXXXXXXXX *********************",
"************************ **********************",
"************************* XXX *************************",
"*********************** *********************",
"*********************** XXXXXXXX *********************",
"*********************** XXXXXXXX *********************",
"*********************** XXXXXXXX *********************",
"*********************** *********************",
"**************************** **************************",
"*************************** *************************",
"************************* ***********************",
"*************** ** * ** *************",
"*************** ** * ** *************",
"************ ** **********",
"************ ***** ****** ***** **********",
"************ ******************************** **********",
"********************************************************",
"********************************************************",
"********************************************************",
"********************************************************",
"********************************************************",
};
|