Add Go board and pieces

master
Kevin Zheng 2022-05-23 16:01:19 -07:00
parent d2eac50d19
commit 4dfca81ecd
17 changed files with 125 additions and 0 deletions

4
misc/go/LICENSE 100644
View File

@ -0,0 +1,4 @@
comment Original artwork by Kevin Zheng
license cc-by-3.0
licenseurl https://creativecommons.org/licenses/by/3.0/legalcode
sourcename Kevin Zheng

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 577 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 592 B

60
misc/go/points.arc 100644
View File

@ -0,0 +1,60 @@
Object point_4
name point
face point_4.111
no_pick 1
end
Object point_3_1
name point
face point_3_1.111
no_pick 1
end
Object point_3_2
name point
face point_3_2.111
no_pick 1
end
Object point_3_3
name point
face point_3_3.111
no_pick 1
end
Object point_3_4
name point
face point_3_4.111
no_pick 1
end
Object point_2_2_1
name point
face point_2_2_1.111
no_pick 1
end
Object point_2_2_2
name point
face point_2_2_2.111
no_pick 1
end
Object point_2_2_3
name point
face point_2_2_3.111
no_pick 1
end
Object point_2_2_4
name point
face point_2_2_4.111
no_pick 1
end
Object point_star
name star point
face point_4_star.111
no_pick 1
end

View File

@ -0,0 +1,39 @@
face point_4.111
magicmap grey
end
face point_4_star.111
magicmap grey
end
face point_3_1.111
magicmap grey
end
face point_3_2.111
magicmap grey
end
face point_3_3.111
magicmap grey
end
face point_3_4.111
magicmap grey
end
face point_2_2_1.111
magicmap grey
end
face point_2_2_2.111
magicmap grey
end
face point_2_2_3.111
magicmap grey
end
face point_2_2_4.111
magicmap grey
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1003 B

15
misc/go/stones.arc 100644
View File

@ -0,0 +1,15 @@
Object stone_white
name white stone
name_pl white stones
face stone_white.111
material 64
weight 100
end
Object stone_black
name black stone
name_pl black stones
face stone_black.111
material 64
weight 100
end

View File

@ -0,0 +1,7 @@
face stone_black.111
magicmap black
end
face stone_white.111
magicmap white
end