gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnugo-devel] go-go josekis


From: Paul Pogonyshev
Subject: [gnugo-devel] go-go josekis
Date: Sat, 18 Jun 2005 15:01:05 +0300
User-agent: KMail/1.4.3

Here is a bunch of josekis for go-go point (5-5).  Prepared based on
Kogo's joseki dictionary.  Revisions are welcome as my joseki skills
are not too good.

Paul


Index: Makefile.am
===================================================================
RCS file: /cvsroot/gnugo/gnugo/patterns/Makefile.am,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile.am
--- Makefile.am 11 Jan 2005 21:22:31 -0000      1.30
+++ Makefile.am 18 Jun 2005 11:43:54 -0000
@@ -9,6 +9,7 @@ EXTRA_DIST = $(DSP)\
         $(DTR)\
        dfa.c\
        gnugo-db.el\
+       gogo.sgf\
        hoshi_keima.sgf\
        hoshi_other.sgf\
        komoku.sgf\
@@ -71,10 +72,10 @@ GGBUILTSOURCES = conn.c patterns.c apatt
                  fuseki9.c fuseki13.c fuseki19.c josekidb.c\
                 read_attack.c read_defend.c handipat.c oraclepat.c
 
-DBBUILT = hoshi_keima.db hoshi_other.db komoku.db sansan.db \
+DBBUILT = gogo.sgf hoshi_keima.db hoshi_other.db komoku.db sansan.db \
          mokuhazushi.db takamoku.db
 
-DBBUILT_INPUT = -i hoshi_keima.db -i hoshi_other.db -i komoku.db \
+DBBUILT_INPUT = -i gogo.sgf -i hoshi_keima.db -i hoshi_other.db -i komoku.db \
                -i sansan.db -i mokuhazushi.db -i takamoku.db
 
 DB_TO_TAG = aa_attackpats.db attack.db barriers.db conn.db defense.db\
@@ -100,6 +101,9 @@ noinst_LIBRARIES = libpatterns.a
 
 libpatterns_a_SOURCES = connections.c helpers.c transform.c $(GGBUILTSOURCES)
 
+gogo.db : $(srcdir)/gogo.sgf joseki$(EXEEXT)
+       ./joseki JG $(srcdir)/gogo.sgf >gogo.db
+
 hoshi_keima.db : $(srcdir)/hoshi_keima.sgf joseki$(EXEEXT)
        ./joseki JHK $(srcdir)/hoshi_keima.sgf >hoshi_keima.db
 

Attachment: gogo.sgf
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]