eschulte pushed a commit to branch go
in repository elpa.
commit b07cfc769e3f21ccbb09ce916304fe933a32ee2f
Author: Eric Schulte <[email protected]>
Date: Mon Jun 4 23:24:46 2012 -0600
images of stones
---
NOTES | 10 ++++++++++
stones/COPYING | 2 ++
stones/Go_-.svg | 6 ++++++
stones/Go_.svg | 5 +++++
stones/Go_A.svg | 10 ++++++++++
stones/Go_b.svg | 10 ++++++++++
stones/Go_ba.svg | 11 +++++++++++
stones/Go_d.svg | 5 +++++
stones/Go_dl.svg | 5 +++++
stones/Go_dr.svg | 5 +++++
stones/Go_l.svg | 5 +++++
stones/Go_r.svg | 5 +++++
stones/Go_u.svg | 5 +++++
stones/Go_ul.svg | 5 +++++
stones/Go_ur.svg | 5 +++++
stones/Go_w.svg | 10 ++++++++++
stones/Go_wa.svg | 11 +++++++++++
17 files changed, 115 insertions(+), 0 deletions(-)
diff --git a/NOTES b/NOTES
index 5722ced..467eef0 100644
--- a/NOTES
+++ b/NOTES
@@ -1,5 +1,15 @@
# -*- mode:org -*-
+* better looking board
+could try to make wider characters or could just use images
+
+For images look at these images (go with wikipedia svg images).
+- http://en.wikipedia.org/wiki/File:Go_b.svg
+- http://en.wikipedia.org/wiki/File:Go_w.svg
+- or at ruby go http://rubygo.rubyforge.org/
+- see the go image source at
+ http://en.wikipedia.org/wiki/Blood-vomiting_game
+
* TODO igs probably needs to periodically ping the server
* DONE make a board back-end so it can receive commands
* DONE allow an IGS process to send commands to a board
diff --git a/stones/COPYING b/stones/COPYING
new file mode 100644
index 0000000..df3792b
--- /dev/null
+++ b/stones/COPYING
@@ -0,0 +1,2 @@
+The SVG image files in this directory are in the public domain.
+They were obtained or adopted from public domain images on wikipedia.
diff --git a/stones/Go_-.svg b/stones/Go_-.svg
new file mode 100644
index 0000000..d01df0f
--- /dev/null
+++ b/stones/Go_-.svg
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500">
+<rect width="500" height="500" fill="#DCB35C"/>
+<path stroke="#000" stroke-width="20" d="M0,250H500M250,0V500"/>
+<circle cx="250" cy="250" r="50"/>
+</svg>
\ No newline at end of file
diff --git a/stones/Go_.svg b/stones/Go_.svg
new file mode 100644
index 0000000..d4ef385
--- /dev/null
+++ b/stones/Go_.svg
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500">
+<rect width="500" height="500" fill="#DCB35C"/>
+<path stroke="#000" stroke-width="20" d="M0,250H500M250,0V500"/>
+</svg>
\ No newline at end of file
diff --git a/stones/Go_A.svg b/stones/Go_A.svg
new file mode 100644
index 0000000..a544fdb
--- /dev/null
+++ b/stones/Go_A.svg
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" width="500" height="500"
version="1.0">
+<defs><radialGradient id="$rg" cx=".47" cy=".49" r=".48">
+ <stop offset=".7" stop-color="#FFF"/>
+ <stop offset=".9" stop-color="#DDD"/>
+ <stop offset="1" stop-color="#777"/>
+</radialGradient></defs>
+<rect width="500" height="500" fill="#dcb35c"/>
+<text x="175" y="325" style="font-size:250">a</text>
+</svg>
diff --git a/stones/Go_b.svg b/stones/Go_b.svg
new file mode 100644
index 0000000..ba3ebfa
--- /dev/null
+++ b/stones/Go_b.svg
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" width="500" height="500"
version="1.0">
+<defs><radialGradient id="$rg" cx=".3" cy=".3" r=".8">
+ <stop offset="0" stop-color="#777"/>
+ <stop offset=".3" stop-color="#222"/>
+ <stop offset="1" stop-color="#000"/>
+</radialGradient></defs>
+<rect width="500" height="500" fill="#dcb35c"/>
+<circle cx="250" cy="250" r="245" fill="url(#$rg)"/>
+</svg>
\ No newline at end of file
diff --git a/stones/Go_ba.svg b/stones/Go_ba.svg
new file mode 100644
index 0000000..25eb3be
--- /dev/null
+++ b/stones/Go_ba.svg
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" width="500" height="500"
version="1.0">
+<defs><radialGradient id="$rg" cx=".3" cy=".3" r=".8">
+ <stop offset="0" stop-color="#777"/>
+ <stop offset=".3" stop-color="#222"/>
+ <stop offset="1" stop-color="#000"/>
+</radialGradient></defs>
+<rect width="500" height="500" fill="#dcb35c"/>
+<circle cx="250" cy="250" r="245" fill="url(#$rg)"/>
+<text x="175" y="325" style="font-size:250;fill:#ffffff;">a</text>
+</svg>
diff --git a/stones/Go_d.svg b/stones/Go_d.svg
new file mode 100644
index 0000000..641703c
--- /dev/null
+++ b/stones/Go_d.svg
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500">
+<rect width="500" height="500" fill="#DCB35C"/>
+<path stroke="#000" stroke-width="20" d="M0,250H500M250,0V250"/>
+</svg>
\ No newline at end of file
diff --git a/stones/Go_dl.svg b/stones/Go_dl.svg
new file mode 100644
index 0000000..cde8cad
--- /dev/null
+++ b/stones/Go_dl.svg
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500">
+<rect width="500" height="500" fill="#DCB35C"/>
+<path stroke="#000" stroke-width="20" d="M240,250H500M250,0V260"/>
+</svg>
\ No newline at end of file
diff --git a/stones/Go_dr.svg b/stones/Go_dr.svg
new file mode 100644
index 0000000..48573e0
--- /dev/null
+++ b/stones/Go_dr.svg
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500">
+<rect width="500" height="500" fill="#DCB35C"/>
+<path stroke="#000" stroke-width="20" d="M0,250H260M250,0V260"/>
+</svg>
\ No newline at end of file
diff --git a/stones/Go_l.svg b/stones/Go_l.svg
new file mode 100644
index 0000000..c2c093d
--- /dev/null
+++ b/stones/Go_l.svg
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500">
+<rect width="500" height="500" fill="#DCB35C"/>
+<path stroke="#000" stroke-width="20" d="M240,250H500M250,0V500"/>
+</svg>
\ No newline at end of file
diff --git a/stones/Go_r.svg b/stones/Go_r.svg
new file mode 100644
index 0000000..d5ddc36
--- /dev/null
+++ b/stones/Go_r.svg
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500">
+<rect width="500" height="500" fill="#DCB35C"/>
+<path stroke="#000" stroke-width="20" d="M0,250H260M250,0V500"/>
+</svg>
\ No newline at end of file
diff --git a/stones/Go_u.svg b/stones/Go_u.svg
new file mode 100644
index 0000000..2acbf21
--- /dev/null
+++ b/stones/Go_u.svg
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500">
+<rect width="500" height="500" fill="#DCB35C"/>
+<path stroke="#000" stroke-width="20" d="M0,250H500M250,240V500"/>
+</svg>
\ No newline at end of file
diff --git a/stones/Go_ul.svg b/stones/Go_ul.svg
new file mode 100644
index 0000000..2650aee
--- /dev/null
+++ b/stones/Go_ul.svg
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500">
+<rect width="500" height="500" fill="#DCB35C"/>
+<path stroke="#000" stroke-width="20" d="M240,250H500M250,240V500"/>
+</svg>
\ No newline at end of file
diff --git a/stones/Go_ur.svg b/stones/Go_ur.svg
new file mode 100644
index 0000000..965e182
--- /dev/null
+++ b/stones/Go_ur.svg
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500">
+<rect width="500" height="500" fill="#DCB35C"/>
+<path stroke="#000" stroke-width="20" d="M0,250H260M250,240V500"/>
+</svg>
\ No newline at end of file
diff --git a/stones/Go_w.svg b/stones/Go_w.svg
new file mode 100644
index 0000000..96ac381
--- /dev/null
+++ b/stones/Go_w.svg
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" width="500" height="500"
version="1.0">
+<defs><radialGradient id="$rg" cx=".47" cy=".49" r=".48">
+ <stop offset=".7" stop-color="#FFF"/>
+ <stop offset=".9" stop-color="#DDD"/>
+ <stop offset="1" stop-color="#777"/>
+</radialGradient></defs>
+<rect width="500" height="500" fill="#dcb35c"/>
+<circle cx="250" cy="250" r="245" fill="url(#$rg)"/>
+</svg>
\ No newline at end of file
diff --git a/stones/Go_wa.svg b/stones/Go_wa.svg
new file mode 100644
index 0000000..3701053
--- /dev/null
+++ b/stones/Go_wa.svg
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" width="500" height="500"
version="1.0">
+<defs><radialGradient id="$rg" cx=".47" cy=".49" r=".48">
+ <stop offset=".7" stop-color="#FFF"/>
+ <stop offset=".9" stop-color="#DDD"/>
+ <stop offset="1" stop-color="#777"/>
+</radialGradient></defs>
+<rect width="500" height="500" fill="#dcb35c"/>
+<circle cx="250" cy="250" r="245" fill="url(#$rg)"/>
+<text x="175" y="325" style="font-size:250">a</text>
+</svg>