Updated README: Equal sign not required with `--mode` flag.
[sgk-go] / patterns / oracle.db
CommitLineData
7eeb782e
AT
1# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
2# This is GNU Go, a Go program. Contact gnugo@gnu.org, or see #
3# http://www.gnu.org/software/gnugo/ for more information. #
4# #
5# Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, #
6# 2008 and 2009 by the Free Software Foundation. #
7# #
8# This program is free software; you can redistribute it and/or #
9# modify it under the terms of the GNU General Public License #
10# as published by the Free Software Foundation - version 3, #
11# or (at your option) any later version. #
12# #
13# This program is distributed in the hope that it will be #
14# useful, but WITHOUT ANY WARRANTY; without even the implied #
15# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR #
16# PURPOSE. See the GNU General Public License in file COPYING #
17# for more details. #
18# #
19# You should have received a copy of the GNU General Public #
20# License along with this program; if not, write to the Free #
21# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, #
22# Boston, MA 02111, USA #
23# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
24
25# This database is included as an example only to show how
26# a pattern matcher can be used with the oracle, in oracle.c.
27# It doesn't do much.
28
29# Nadare joseki variations
30
31
32attribute_map value_only
33
34
35Pattern O1
36
37+-------
38|.......
39|.......
40|...*O..
41|..OXX..
42|.......
43
44:8,-,value(10)
45
46
47Pattern O2
48
49+-------
50|.......
51|.......
52|...XX..
53|..XOO..
54|..*....
55|.......
56
57:8,-,value(10)
58
59
60Pattern O3
61
62+-------
63|.......
64|.......
65|...OO..
66|..OXX*.
67|..X....
68|.......
69|.......
70
71:8,-,value(10)
72
73+-------
74|.......
75|..c....
76|..aOOg.
77|.bOHH*.
78|.dX....
79|.fe....
80|.......
81
82; oplay_attack(*,a,b,c,d,e,f,g,H)
83
84
85Pattern O4
86
87+-------
88|.......
89|.......
90|...OO*.
91|..OXX..
92|..X....
93|.......
94|.......
95
96:8,-,value(10)
97
98
99# END OF FILE