Blame view

echiquier.ps 3.07 KB
9ea96d21   mclaudel   Commit principal
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
  /case_noire {
      newpath
      moveto
      50 0 rlineto
      0 -50 rlineto
      -50 0 rlineto
      closepath
      fill
  } def
  
  /pion_rouge {
      1 0 0 setrgbcolor
      newpath
      moveto
      6 14 rlineto
      -4 7 rlineto
      6 6 rlineto
      6 -6 rlineto
      -4 -7 rlineto
      6 -14 rlineto
      closepath
      fill
  } def
  
  /pion_vert {
      0 1 0 setrgbcolor
      newpath
      moveto
      6 14 rlineto
      -4 7 rlineto
      6 6 rlineto
      6 -6 rlineto
      -4 -7 rlineto
      6 -14 rlineto
      closepath
      fill
  } def
  
  /roi_rouge {
      1 0 0 setrgbcolor
      newpath
      moveto
      6 10 rlineto
      0 15 rlineto
      2 0 rlineto
      0 5 rlineto
      -5 0 rlineto
      0 2 rlineto
      5 0 rlineto
      0 5 rlineto
      2 0 rlineto
      0 -5 rlineto
      5 0 rlineto
      0 -2 rlineto
      -5 0 rlineto
      0 -5 rlineto
      2 0 rlineto
      0 -15 rlineto
      6 -10 rlineto
      closepath
      fill
  } def
  
  /roi_vert {
      0 1 0 setrgbcolor
      newpath
      moveto
      6 10 rlineto
      0 15 rlineto
      2 0 rlineto
      0 5 rlineto
      -5 0 rlineto
      0 2 rlineto
      5 0 rlineto
      0 5 rlineto
      2 0 rlineto
      0 -5 rlineto
      5 0 rlineto
      0 -2 rlineto
      -5 0 rlineto
      0 -5 rlineto
      2 0 rlineto
      0 -15 rlineto
      6 -10 rlineto
      closepath
      fill
  } def
  
  /fou_vert {
      0 1 0 setrgbcolor
      newpath
      moveto
      8 22 rlineto
      -4 7 rlineto
      6 8 rlineto
      6 -8 rlineto
      -4 -7 rlineto
      8 -22 rlineto
      closepath
      fill
  } def
  
  /tour_verte {
      0 1 0 setrgbcolor
      newpath
      moveto
      0 3 rlineto
      3 0 rlineto
      0 30 rlineto
      -3 0 rlineto
      0 3 rlineto
      24 0 rlineto
      0 -3 rlineto
      -3 0 rlineto
      0 -30 rlineto
      3 0 rlineto
      0 -3 rlineto
      closepath
      fill
  } def
  
  /dame_verte {
      0 1 0 setrgbcolor
      newpath
      moveto
      6 10 rlineto
      0 15 rlineto
      -3 14 rlineto
      16 0 rlineto
      -3 -14 rlineto
      0 -15 rlineto
      6 -10 rlineto
      closepath
      fill
  } def
  
  % Echiquier
  
  
  gsave
  150 500 translate
  4 {
      0 0 case_noire stroke
      100 0 translate } repeat
  grestore
  
  gsave
  100 450 translate
  4 {
      0 0 case_noire stroke
      100 0 translate } repeat
  grestore
  
  gsave
  150 400 translate
  4 {
      0 0 case_noire stroke
      100 0 translate } repeat
  grestore
  
  gsave
  100 350 translate
  4 {
      0 0 case_noire stroke
      100 0 translate } repeat
  grestore
  
  gsave
  150 300 translate
  4 {
      0 0 case_noire stroke
      100 0 translate } repeat
  grestore
  
  gsave
  100 250 translate
  4 {
      0 0 case_noire stroke
      100 0 translate } repeat
  grestore
  
  gsave
  150 200 translate
  4 {
      0 0 case_noire stroke
      100 0 translate } repeat
  grestore
  
  gsave
  100 150 translate
  4 {
      0 0 case_noire stroke
      100 0 translate } repeat
  grestore
  
  newpath
  100 500 moveto
  400 0 rlineto
  0 -400 rlineto
  -400 0 rlineto
  closepath
  stroke
  
  % Placement des pièces
  
  117 405 pion_rouge
  167 405 pion_rouge
  217 405 pion_rouge
  167 455 roi_rouge
  
  417 255 pion_vert
  365 155 fou_vert
  317 105 roi_vert
  363 205 tour_verte
  313 205 dame_verte
  
  
  /Times-Roman findfont
  20 scalefont
  setfont
  
  0 0 0 setrgbcolor
  newpath
  100 550 moveto
  (Comment mater en un coup depuis cette position ?) show
  
  newpath
  237 520 moveto
  ((Trait aux verts)) show