From Wikipedia, the free encyclopedia
Size of this preview: 600 × 600 pixelsFull resolution (2,000 × 2,000 pixels, file size: 63 KB, MIME type: image/png)
A blank 19 by 19 Go board, used to illustrate the rules of Go. The nine handicap points are indicated, as is typical in real boards.
David Benbennick made this image with the following Metapost program:
scale=0.6in; % scale is the diameter of a stone
linethickness = scale/20;
pickup pencircle scaled linethickness;
boardwidth = 19;
boardheight = 19;
% a 5-by-5 positions of a go board.
beginfig(1);
pickup pencircle scaled linethickness;
fill unitsquare xscaled ((boardwidth+0.2)*scale)
yscaled ((boardheight+0.2)*scale) shifted (-0.6*scale, -0.6scale)
withcolor (0.86,0.70,0.36);
for i = 0 upto boardwidth - 1 :
draw (scale*i,0) -- (scale*i, (boardheight-1)*scale);
endfor;
for j = 0 upto boardheight - 1 :
draw (0,scale*j) -- ((boardwidth-1)*scale,scale*j);
endfor;
pickup pencircle scaled (8*linethickness);
for i = 3, 9, 15 :
for j = 3, 9, 15 :
draw (scale*i,scale*j);
endfor;
endfor;
endfig;
end;
Save it as Blank_Go_board.mp, then run the following commands:
mpost Blank_Go_board.mp
convert -density 400 Blank_Go_board.1 Blank_Go_board.pnm
pnmcrop Blank_Go_board.pnm | pnmtopng > Blank_Go_board.png.uncrush
pngcrush -reduce -brute -l 9 Blank_Go_board.png.uncrush Blank_Go_board.png
(I was tempted to use density 800 instead of 400, but when the resulting image crashed my browser, I decided 4600 by 4600 was high enough resolution.)
I, the copyright holder of this work, hereby publish it under the following licenses:
|
This file is licensed under Creative Commons Attribution ShareAlike 2.0 License (cc-by-sa-2.0). In short: you are free to share and make derivative works of the file under the conditions that you appropriately attribute it, and that you distribute it under this or a similar cc-by-sa license.
|
You may select the license of your choice.
|
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Dimensions | User | Comment |
current | 19:41, 8 March 2006 | 2,000×2,000 (63 KB) | Dbenbenn | |
| 06:35, 19 February 2005 | 4,609×4,609 (37 KB) | Dbenbenn | |
File links
The following pages on the English Wikipedia link to this file (pages on other projects are not listed):