Syntax Error on line 3
MOVE: s-c3 is not a valid expression, because s-c3 is not a recognized piece, coordinate, command, or subroutine.
For the sake of debugging, here is the full GAME Code program that this error occurred in. The lines have been properly indented to help you spot scope errors.
0 moveindex 0 1 MOVE: pass 2 moveindex 1 3 MOVE: s-c3 4 moveindex 2 5 MOVE: S-d3 6 moveindex 7 7 MOVE: s-d4 8 moveindex 8 9 MOVE: S-c4 10 moveindex 10 11 MOVE: s-c2 12 moveindex 11 13 MOVE: S-d2 14 moveindex 12 15 MOVE: s-b4 16 moveindex 13 17 MOVE: S-c5 18 moveindex 14 19 MOVE: s-b5 20 moveindex 15 21 MOVE: S-d5 22 moveindex 16 23 MOVE: s-e4 24 moveindex 17 25 MOVE: S-e3 26 moveindex 18 27 MOVE: s-e5 28 moveindex 19 29 MOVE: S-e6 30 moveindex 20 31 MOVE: s-g7 32 moveindex 21 33 MOVE: S-f4 34 moveindex 22 35 MOVE: s-f5 36 moveindex 23 37 MOVE: S-f6 38 moveindex 28 39 MOVE: s-g5 40 moveindex 29 41 MOVE: S-g6 42 moveindex 31 43 MOVE: s-g4 44 moveindex 32 45 MOVE: S-f3 46 moveindex 33 47 MOVE: s-g3 48 moveindex 34 49 MOVE: S-g2 50 moveindex 35 51 MOVE: s-h2 52 moveindex 36 53 MOVE: S-h3 54 moveindex 37 55 MOVE: s-f2 56 moveindex 38 57 MOVE: S-g1 58 moveindex 39 59 MOVE: s-d1 60 moveindex 40 61 MOVE: S-e1 62 moveindex 41 63 MOVE: s-e2 64 MOVE: -d2 65 MOVE: -d3 66 MOVE: -e3 67 MOVE: -f3 68 MOVE: -f4 69 moveindex 42 70 MOVE: S-i2 71 moveindex 44 72 MOVE: s-c7 73 moveindex 45 74 MOVE: S-h1 75 MOVE: h2- 76 moveindex 47 77 MOVE: s-d6 78 moveindex 48 79 MOVE: S-h6 80 moveindex 63 81 MOVE: s-e8 82 moveindex 64 83 MOVE: S-d7 84 moveindex 76 85 MOVE: s-c6 86 MOVE: -c4 87 MOVE: -c5 88 MOVE: -d5 89 moveindex 77 90 MOVE: S-d8 91 moveindex 84 92 MOVE: s-e7 93 moveindex 85 94 MOVE: S-c8 95 moveindex 93 96 MOVE: s-b8 97 moveindex 94 98 MOVE: S-c9 99 moveindex 98 100 MOVE: s-b9 101 moveindex 99 102 MOVE: S-d9 103 moveindex 103 104 MOVE: s-h7 105 moveindex 104 106 MOVE: S-i6 107 moveindex 105 108 MOVE: s-i7 109 moveindex 106 110 MOVE: S-f7 111 moveindex 107 112 MOVE: s-f8 113 moveindex 108 114 MOVE: S-h5 115 moveindex 109 116 MOVE: s-h4 117 moveindex 110 118 MOVE: S-g8 119 moveindex 111 120 MOVE: s-i4 121 moveindex 112 122 MOVE: S-b7 123 moveindex 113 124 MOVE: s-i3 125 moveindex 114 126 MOVE: S-a8 127 moveindex 115 128 MOVE: s-e9 129 MOVE: -c8 130 MOVE: -c9 131 MOVE: -d7 132 MOVE: -d8 133 MOVE: -d9 134 moveindex 116 135 MOVE: S-h8 136 moveindex 117 137 MOVE: s-i5 138 MOVE: -e6 139 MOVE: -f6 140 MOVE: -f7 141 MOVE: -g6 142 MOVE: -h5 143 MOVE: -h6 144 MOVE: -i6 145 moveindex 118 146 MOVE: pass 147 moveindex 119 148 MOVE: pass 149 moveindex 120 150 MOVE: resign 151 end 152functions
uservar
Array ( [0] => Array ( [main] => Array ( ) ) )mline
Array ( [0] => MoveLine Object ( [movenum] => 1 [move] => pass [level] => 0 [comment] => [length] => 7 [newturn] => 1 [turn] => 1 ) [1] => MoveLine Object ( [movenum] => 2 [move] => s-c3 [level] => 0 [comment] => [length] => 9 [newturn] => [turn] => 1 ) [2] => MoveLine Object ( [movenum] => 3 [move] => S-d3 [level] => 0 [comment] => [length] => 7 [newturn] => 1 [turn] => 2 ) [3] => MoveLine Object ( [movenum] => 3 [move] => [level] => 1 [comment] => // Thanks. I'm also very placed by playing with you. [length] => 55 [newturn] => 1 [turn] => 2 ) [4] => MoveLine Object ( [movenum] => 3 [move] => [level] => 1 [comment] => // [length] => 4 [newturn] => 1 [turn] => 2 ) [5] => MoveLine Object ( [movenum] => 3 [move] => [level] => 1 [comment] => // I will try to make my best effort for being a good [length] => 55 [newturn] => 1 [turn] => 2 ) [6] => MoveLine Object ( [movenum] => 3 [move] => [level] => 1 [comment] => // adversary to you! [length] => 22 [newturn] => 1 [turn] => 2 ) [7] => MoveLine Object ( [movenum] => 4 [move] => s-d4 [level] => 0 [comment] => [length] => 9 [newturn] => [turn] => 2 ) [8] => MoveLine Object ( [movenum] => 5 [move] => S-c4 [level] => 0 [comment] => [length] => 7 [newturn] => 1 [turn] => 3 ) [9] => MoveLine Object ( [movenum] => 5 [move] => [level] => 1 [comment] => // OK. Thanks. I appreciate very much the advice. [length] => 51 [newturn] => 1 [turn] => 3 ) [10] => MoveLine Object ( [movenum] => 6 [move] => s-c2 [level] => 0 [comment] => [length] => 9 [newturn] => [turn] => 3 ) [11] => MoveLine Object ( [movenum] => 7 [move] => S-d2 [level] => 0 [comment] => [length] => 7 [newturn] => 1 [turn] => 4 ) [12] => MoveLine Object ( [movenum] => 8 [move] => s-b4 [level] => 0 [comment] => [length] => 9 [newturn] => [turn] => 4 ) [13] => MoveLine Object ( [movenum] => 9 [move] => S-c5 [level] => 0 [comment] => [length] => 7 [newturn] => 1 [turn] => 5 ) [14] => MoveLine Object ( [movenum] => 10 [move] => s-b5 [level] => 0 [comment] => [length] => 9 [newturn] => [turn] => 5 ) [15] => MoveLine Object ( [movenum] => 11 [move] => S-d5 [level] => 0 [comment] => [length] => 7 [newturn] => 1 [turn] => 6 ) [16] => MoveLine Object ( [movenum] => 12 [move] => s-e4 [level] => 0 [comment] => [length] => 9 [newturn] => [turn] => 6 ) [17] => MoveLine Object ( [movenum] => 13 [move] => S-e3 [level] => 0 [comment] => [length] => 7 [newturn] => 1 [turn] => 7 ) [18] => MoveLine Object ( [movenum] => 14 [move] => s-e5 [level] => 0 [comment] => [length] => 9 [newturn] => [turn] => 7 ) [19] => MoveLine Object ( [movenum] => 15 [move] => S-e6 [level] => 0 [comment] => [length] => 7 [newturn] => 1 [turn] => 8 ) [20] => MoveLine Object ( [movenum] => 16 [move] => s-g7 [level] => 0 [comment] => [length] => 9 [newturn] => [turn] => 8 ) [21] => MoveLine Object ( [movenum] => 17 [move] => S-f4 [level] => 0 [comment] => [length] => 7 [newturn] => 1 [turn] => 9 ) [22] => MoveLine Object ( [movenum] => 18 [move] => s-f5 [level] => 0 [comment] => [length] => 9 [newturn] => [turn] => 9 ) [23] => MoveLine Object ( [movenum] => 19 [move] => S-f6 [level] => 0 [comment] => [length] => 8 [newturn] => 1 [turn] => 10 ) [24] => MoveLine Object ( [movenum] => 19 [move] => [level] => 1 [comment] => // Hi! I understand the rules more or less better now because [length] => 63 [newturn] => 1 [turn] => 10 ) [25] => MoveLine Object ( [movenum] => 19 [move] => [level] => 1 [comment] => // recently review them at the Wikipedia, but I still have the [length] => 64 [newturn] => 1 [turn] => 10 ) [26] => MoveLine Object ( [movenum] => 19 [move] => [level] => 1 [comment] => // doubt of how will we count the points at the end of the [length] => 61 [newturn] => 1 [turn] => 10 ) [27] => MoveLine Object ( [movenum] => 19 [move] => [level] => 1 [comment] => // game? [length] => 10 [newturn] => 1 [turn] => 10 ) [28] => MoveLine Object ( [movenum] => 20 [move] => s-g5 [level] => 0 [comment] => [length] => 10 [newturn] => [turn] => 10 ) [29] => MoveLine Object ( [movenum] => 21 [move] => S-g6 [level] => 0 [comment] => [length] => 8 [newturn] => 1 [turn] => 11 ) [30] => MoveLine Object ( [movenum] => 21 [move] => [level] => 1 [comment] => // All right. Thanks. [length] => 23 [newturn] => 1 [turn] => 11 ) [31] => MoveLine Object ( [movenum] => 22 [move] => s-g4 [level] => 0 [comment] => [length] => 10 [newturn] => [turn] => 11 ) [32] => MoveLine Object ( [movenum] => 23 [move] => S-f3 [level] => 0 [comment] => [length] => 8 [newturn] => 1 [turn] => 12 ) [33] => MoveLine Object ( [movenum] => 24 [move] => s-g3 [level] => 0 [comment] => [length] => 10 [newturn] => [turn] => 12 ) [34] => MoveLine Object ( [movenum] => 25 [move] => S-g2 [level] => 0 [comment] => [length] => 8 [newturn] => 1 [turn] => 13 ) [35] => MoveLine Object ( [movenum] => 26 [move] => s-h2 [level] => 0 [comment] => [length] => 10 [newturn] => [turn] => 13 ) [36] => MoveLine Object ( [movenum] => 27 [move] => S-h3 [level] => 0 [comment] => [length] => 8 [newturn] => 1 [turn] => 14 ) [37] => MoveLine Object ( [movenum] => 28 [move] => s-f2 [level] => 0 [comment] => [length] => 10 [newturn] => [turn] => 14 ) [38] => MoveLine Object ( [movenum] => 29 [move] => S-g1 [level] => 0 [comment] => [length] => 8 [newturn] => 1 [turn] => 15 ) [39] => MoveLine Object ( [movenum] => 30 [move] => s-d1 [level] => 0 [comment] => [length] => 10 [newturn] => [turn] => 15 ) [40] => MoveLine Object ( [movenum] => 31 [move] => S-e1 [level] => 0 [comment] => [length] => 8 [newturn] => 1 [turn] => 16 ) [41] => MoveLine Object ( [movenum] => 32 [move] => s-e2;-d2;-d3;-e3;-f3;-f4 [level] => 0 [comment] => [length] => 30 [newturn] => [turn] => 16 ) [42] => MoveLine Object ( [movenum] => 33 [move] => S-i2 [level] => 0 [comment] => [length] => 8 [newturn] => 1 [turn] => 17 ) [43] => MoveLine Object ( [movenum] => 33 [move] => [level] => 1 [comment] => // OK. [length] => 8 [newturn] => 1 [turn] => 17 ) [44] => MoveLine Object ( [movenum] => 34 [move] => s-c7 [level] => 0 [comment] => [length] => 10 [newturn] => [turn] => 17 ) [45] => MoveLine Object ( [movenum] => 35 [move] => S-h1;h2- [level] => 0 [comment] => [length] => 12 [newturn] => 1 [turn] => 18 ) [46] => MoveLine Object ( [movenum] => 35 [move] => [level] => 1 [comment] => // Let me feel the pleasure of capturing a stone! [length] => 51 [newturn] => 1 [turn] => 18 ) [47] => MoveLine Object ( [movenum] => 36 [move] => s-d6 [level] => 0 [comment] => [length] => 10 [newturn] => [turn] => 18 ) [48] => MoveLine Object ( [movenum] => 37 [move] => S-h6 [level] => 0 [comment] => [length] => 8 [newturn] => 1 [turn] => 19 ) [49] => MoveLine Object ( [movenum] => 37 [move] => [level] => 2 [comment] => // No, I have no watched none game of Go at the Web. [length] => 55 [newturn] => 1 [turn] => 19 ) [50] => MoveLine Object ( [movenum] => 37 [move] => [level] => 2 [comment] => // [length] => 5 [newturn] => 1 [turn] => 19 ) [51] => MoveLine Object ( [movenum] => 37 [move] => [level] => 2 [comment] => // I did not know that website. I'll visit it rightnow. Sure [length] => 64 [newturn] => 1 [turn] => 19 ) [52] => MoveLine Object ( [movenum] => 37 [move] => [level] => 2 [comment] => // we could try Go there! [length] => 28 [newturn] => 1 [turn] => 19 ) [53] => MoveLine Object ( [movenum] => 37 [move] => [level] => 2 [comment] => // [length] => 5 [newturn] => 1 [turn] => 19 ) [54] => MoveLine Object ( [movenum] => 37 [move] => [level] => 2 [comment] => // I see your next threat. If I make S-c6, you with s-b6 [length] => 59 [newturn] => 1 [turn] => 19 ) [55] => MoveLine Object ( [movenum] => 37 [move] => [level] => 2 [comment] => // would capture 4 stones of mine not 3. If I make S-b6, you [length] => 63 [newturn] => 1 [turn] => 19 ) [56] => MoveLine Object ( [movenum] => 37 [move] => [level] => 2 [comment] => // with s-c6 would capture 3 stones. So I will make [length] => 54 [newturn] => 1 [turn] => 19 ) [57] => MoveLine Object ( [movenum] => 37 [move] => [level] => 2 [comment] => // another move [length] => 18 [newturn] => 1 [turn] => 19 ) [58] => MoveLine Object ( [movenum] => 37 [move] => [level] => 2 [comment] => // and by the way will ask you this question: may I enter [length] => 60 [newturn] => 1 [turn] => 19 ) [59] => MoveLine Object ( [movenum] => 37 [move] => [level] => 2 [comment] => // [place, put] a stone in any of the intersections in [length] => 57 [newturn] => 1 [turn] => 19 ) [60] => MoveLine Object ( [movenum] => 37 [move] => [level] => 2 [comment] => // which you [length] => 15 [newturn] => 1 [turn] => 19 ) [61] => MoveLine Object ( [movenum] => 37 [move] => [level] => 2 [comment] => // previously captured stones of mine? Concretely, may I put a [length] => 65 [newturn] => 1 [turn] => 19 ) [62] => MoveLine Object ( [movenum] => 37 [move] => [level] => 2 [comment] => // stone on, say, d2? [length] => 24 [newturn] => 1 [turn] => 19 ) [63] => MoveLine Object ( [movenum] => 38 [move] => s-e8 [level] => 0 [comment] => [length] => 10 [newturn] => [turn] => 19 ) [64] => MoveLine Object ( [movenum] => 39 [move] => S-d7 [level] => 0 [comment] => [length] => 8 [newturn] => 1 [turn] => 20 ) [65] => MoveLine Object ( [movenum] => 39 [move] => [level] => 1 [comment] => // Thanks. Another question. Who is considered to be the [length] => 58 [newturn] => 1 [turn] => 20 ) [66] => MoveLine Object ( [movenum] => 39 [move] => [level] => 1 [comment] => // 'owner' of the intersections d2, d3, e3, f3 and f4? [length] => 58 [newturn] => 1 [turn] => 20 ) [67] => MoveLine Object ( [movenum] => 39 [move] => [level] => 1 [comment] => // White or [length] => 13 [newturn] => 1 [turn] => 20 ) [68] => MoveLine Object ( [movenum] => 39 [move] => [level] => 1 [comment] => // Black? [length] => 11 [newturn] => 1 [turn] => 20 ) [69] => MoveLine Object ( [movenum] => 39 [move] => [level] => 1 [comment] => // [length] => 4 [newturn] => 1 [turn] => 20 ) [70] => MoveLine Object ( [movenum] => 39 [move] => [level] => 1 [comment] => // Already visited the Dragon Go Server. Certainly it is a [length] => 60 [newturn] => 1 [turn] => 20 ) [71] => MoveLine Object ( [movenum] => 39 [move] => [level] => 1 [comment] => // very nice site. I was watching your game against Yusheng [length] => 61 [newturn] => 1 [turn] => 20 ) [72] => MoveLine Object ( [movenum] => 39 [move] => [level] => 1 [comment] => // Wang. Wow! It's impressive the complexity of said game! [length] => 61 [newturn] => 1 [turn] => 20 ) [73] => MoveLine Object ( [movenum] => 39 [move] => [level] => 1 [comment] => // [length] => 4 [newturn] => 1 [turn] => 20 ) [74] => MoveLine Object ( [movenum] => 39 [move] => [level] => 1 [comment] => // I saw he is a very experienced player. You have one [length] => 56 [newturn] => 1 [turn] => 20 ) [75] => MoveLine Object ( [movenum] => 39 [move] => [level] => 1 [comment] => // prisoner. He has four. Does this mean he has an advantage? [length] => 63 [newturn] => 1 [turn] => 20 ) [76] => MoveLine Object ( [movenum] => 40 [move] => s-c6;-c4;-c5;-d5 [level] => 0 [comment] => [length] => 22 [newturn] => [turn] => 20 ) [77] => MoveLine Object ( [movenum] => 41 [move] => S-d8 [level] => 0 [comment] => [length] => 8 [newturn] => 1 [turn] => 21 ) [78] => MoveLine Object ( [movenum] => 41 [move] => [level] => 1 [comment] => // Great! Then I also have my own territoty: h2. [length] => 50 [newturn] => 1 [turn] => 21 ) [79] => MoveLine Object ( [movenum] => 41 [move] => [level] => 1 [comment] => // [length] => 4 [newturn] => 1 [turn] => 21 ) [80] => MoveLine Object ( [movenum] => 41 [move] => [level] => 1 [comment] => // No matter. You can be sure that the revenge will come soon! [length] => 64 [newturn] => 1 [turn] => 21 ) [81] => MoveLine Object ( [movenum] => 41 [move] => [level] => 1 [comment] => // [length] => 4 [newturn] => 1 [turn] => 21 ) [82] => MoveLine Object ( [movenum] => 41 [move] => [level] => 1 [comment] => // Do you think Yusheng Wang is a strong player? Has he any [length] => 61 [newturn] => 1 [turn] => 21 ) [83] => MoveLine Object ( [movenum] => 41 [move] => [level] => 1 [comment] => // advantage in the game you are playing with him? [length] => 52 [newturn] => 1 [turn] => 21 ) [84] => MoveLine Object ( [movenum] => 42 [move] => s-e7 [level] => 0 [comment] => [length] => 10 [newturn] => [turn] => 21 ) [85] => MoveLine Object ( [movenum] => 43 [move] => S-c8 [level] => 0 [comment] => [length] => 8 [newturn] => 1 [turn] => 22 ) [86] => MoveLine Object ( [movenum] => 43 [move] => [level] => 1 [comment] => // Also i1... OK. [length] => 19 [newturn] => 1 [turn] => 22 ) [87] => MoveLine Object ( [movenum] => 43 [move] => [level] => 1 [comment] => // [length] => 4 [newturn] => 1 [turn] => 22 ) [88] => MoveLine Object ( [movenum] => 43 [move] => [level] => 1 [comment] => // Yes, Go is interesting. I still need to learn more about [length] => 61 [newturn] => 1 [turn] => 22 ) [89] => MoveLine Object ( [movenum] => 43 [move] => [level] => 1 [comment] => // strategies. [length] => 16 [newturn] => 1 [turn] => 22 ) [90] => MoveLine Object ( [movenum] => 43 [move] => [level] => 1 [comment] => // [length] => 4 [newturn] => 1 [turn] => 22 ) [91] => MoveLine Object ( [movenum] => 43 [move] => [level] => 1 [comment] => // Is it possible that a game ends in a draw? If yes, how [length] => 59 [newturn] => 1 [turn] => 22 ) [92] => MoveLine Object ( [movenum] => 43 [move] => [level] => 1 [comment] => // common is it? [length] => 18 [newturn] => 1 [turn] => 22 ) [93] => MoveLine Object ( [movenum] => 44 [move] => s-b8 [level] => 0 [comment] => [length] => 10 [newturn] => [turn] => 22 ) [94] => MoveLine Object ( [movenum] => 45 [move] => S-c9 [level] => 0 [comment] => [length] => 8 [newturn] => 1 [turn] => 23 ) [95] => MoveLine Object ( [movenum] => 45 [move] => [level] => 1 [comment] => // Oh... Well... Thanks. [length] => 26 [newturn] => 1 [turn] => 23 ) [96] => MoveLine Object ( [movenum] => 45 [move] => [level] => 1 [comment] => // [length] => 4 [newturn] => 1 [turn] => 23 ) [97] => MoveLine Object ( [movenum] => 45 [move] => [level] => 1 [comment] => // I feel I need a handicap playing with you! [length] => 47 [newturn] => 1 [turn] => 23 ) [98] => MoveLine Object ( [movenum] => 46 [move] => s-b9 [level] => 0 [comment] => [length] => 10 [newturn] => [turn] => 23 ) [99] => MoveLine Object ( [movenum] => 47 [move] => S-d9 [level] => 0 [comment] => [length] => 8 [newturn] => 1 [turn] => 24 ) [100] => MoveLine Object ( [movenum] => 47 [move] => [level] => 1 [comment] => // Well, let me think about it! [length] => 33 [newturn] => 1 [turn] => 24 ) [101] => MoveLine Object ( [movenum] => 47 [move] => [level] => 1 [comment] => // [length] => 4 [newturn] => 1 [turn] => 24 ) [102] => MoveLine Object ( [movenum] => 47 [move] => [level] => 1 [comment] => // Since when do you play go? [length] => 31 [newturn] => 1 [turn] => 24 ) [103] => MoveLine Object ( [movenum] => 48 [move] => s-h7 [level] => 0 [comment] => [length] => 10 [newturn] => [turn] => 24 ) [104] => MoveLine Object ( [movenum] => 49 [move] => S-i6 [level] => 0 [comment] => [length] => 8 [newturn] => 1 [turn] => 25 ) [105] => MoveLine Object ( [movenum] => 50 [move] => s-i7 [level] => 0 [comment] => [length] => 10 [newturn] => [turn] => 25 ) [106] => MoveLine Object ( [movenum] => 51 [move] => S-f7; [level] => 0 [comment] => [length] => 9 [newturn] => 1 [turn] => 26 ) [107] => MoveLine Object ( [movenum] => 52 [move] => s-f8 [level] => 0 [comment] => [length] => 10 [newturn] => [turn] => 26 ) [108] => MoveLine Object ( [movenum] => 53 [move] => S-h5 [level] => 0 [comment] => [length] => 8 [newturn] => 1 [turn] => 27 ) [109] => MoveLine Object ( [movenum] => 54 [move] => s-h4 [level] => 0 [comment] => [length] => 10 [newturn] => [turn] => 27 ) [110] => MoveLine Object ( [movenum] => 55 [move] => S-g8 [level] => 0 [comment] => [length] => 8 [newturn] => 1 [turn] => 28 ) [111] => MoveLine Object ( [movenum] => 56 [move] => s-i4 [level] => 0 [comment] => [length] => 10 [newturn] => [turn] => 28 ) [112] => MoveLine Object ( [movenum] => 57 [move] => S-b7 [level] => 0 [comment] => [length] => 8 [newturn] => 1 [turn] => 29 ) [113] => MoveLine Object ( [movenum] => 58 [move] => s-i3 [level] => 0 [comment] => [length] => 10 [newturn] => [turn] => 29 ) [114] => MoveLine Object ( [movenum] => 59 [move] => S-a8 [level] => 0 [comment] => [length] => 8 [newturn] => 1 [turn] => 30 ) [115] => MoveLine Object ( [movenum] => 60 [move] => s-e9;-c8;-c9;-d7;-d8;-d9 [level] => 0 [comment] => [length] => 30 [newturn] => [turn] => 30 ) [116] => MoveLine Object ( [movenum] => 61 [move] => S-h8 [level] => 0 [comment] => [length] => 8 [newturn] => 1 [turn] => 31 ) [117] => MoveLine Object ( [movenum] => 62 [move] => s-i5;-e6;-f6;-f7;-g6;-h5;-h6;-i6 [level] => 0 [comment] => [length] => 38 [newturn] => [turn] => 31 ) [118] => MoveLine Object ( [movenum] => 63 [move] => pass [level] => 0 [comment] => [length] => 8 [newturn] => 1 [turn] => 32 ) [119] => MoveLine Object ( [movenum] => 64 [move] => pass [level] => 0 [comment] => [length] => 10 [newturn] => [turn] => 32 ) [120] => MoveLine Object ( [movenum] => 65 [move] => resign [level] => 0 [comment] => [length] => 10 [newturn] => 1 [turn] => 33 ) )allmoves
Array ( [0] => moveindex 120;MOVE: resign [1] => moveindex 119;MOVE: pass [2] => moveindex 118;MOVE: pass [3] => moveindex 117;MOVE: s-i5; MOVE: -e6; MOVE: -f6; MOVE: -f7; MOVE: -g6; MOVE: -h5; MOVE: -h6; MOVE: -i6 [4] => moveindex 116;MOVE: S-h8 [5] => moveindex 115;MOVE: s-e9; MOVE: -c8; MOVE: -c9; MOVE: -d7; MOVE: -d8; MOVE: -d9 [6] => moveindex 114;MOVE: S-a8 [7] => moveindex 113;MOVE: s-i3 [8] => moveindex 112;MOVE: S-b7 [9] => moveindex 111;MOVE: s-i4 [10] => moveindex 110;MOVE: S-g8 [11] => moveindex 109;MOVE: s-h4 [12] => moveindex 108;MOVE: S-h5 [13] => moveindex 107;MOVE: s-f8 [14] => moveindex 106;MOVE: S-f7 [15] => moveindex 105;MOVE: s-i7 [16] => moveindex 104;MOVE: S-i6 [17] => moveindex 103;MOVE: s-h7 [18] => moveindex 99;MOVE: S-d9 [19] => moveindex 98;MOVE: s-b9 [20] => moveindex 94;MOVE: S-c9 [21] => moveindex 93;MOVE: s-b8 [22] => moveindex 85;MOVE: S-c8 [23] => moveindex 84;MOVE: s-e7 [24] => moveindex 77;MOVE: S-d8 [25] => moveindex 76;MOVE: s-c6; MOVE: -c4; MOVE: -c5; MOVE: -d5 [26] => moveindex 64;MOVE: S-d7 [27] => moveindex 63;MOVE: s-e8 [28] => moveindex 48;MOVE: S-h6 [29] => moveindex 47;MOVE: s-d6 [30] => moveindex 45;MOVE: S-h1; MOVE: h2- [31] => moveindex 44;MOVE: s-c7 [32] => moveindex 42;MOVE: S-i2 [33] => moveindex 41;MOVE: s-e2; MOVE: -d2; MOVE: -d3; MOVE: -e3; MOVE: -f3; MOVE: -f4 [34] => moveindex 40;MOVE: S-e1 [35] => moveindex 39;MOVE: s-d1 [36] => moveindex 38;MOVE: S-g1 [37] => moveindex 37;MOVE: s-f2 [38] => moveindex 36;MOVE: S-h3 [39] => moveindex 35;MOVE: s-h2 [40] => moveindex 34;MOVE: S-g2 [41] => moveindex 33;MOVE: s-g3 [42] => moveindex 32;MOVE: S-f3 [43] => moveindex 31;MOVE: s-g4 [44] => moveindex 29;MOVE: S-g6 [45] => moveindex 28;MOVE: s-g5 [46] => moveindex 23;MOVE: S-f6 [47] => moveindex 22;MOVE: s-f5 [48] => moveindex 21;MOVE: S-f4 [49] => moveindex 20;MOVE: s-g7 [50] => moveindex 19;MOVE: S-e6 [51] => moveindex 18;MOVE: s-e5 [52] => moveindex 17;MOVE: S-e3 [53] => moveindex 16;MOVE: s-e4 [54] => moveindex 15;MOVE: S-d5 [55] => moveindex 14;MOVE: s-b5 [56] => moveindex 13;MOVE: S-c5 [57] => moveindex 12;MOVE: s-b4 [58] => moveindex 11;MOVE: S-d2 [59] => moveindex 10;MOVE: s-c2 [60] => moveindex 8;MOVE: S-c4 [61] => moveindex 7;MOVE: s-d4 [62] => moveindex 2;MOVE: S-d3 [63] => moveindex 1;MOVE: s-c3 [64] => moveindex 0;MOVE: pass )movelist
1. pass 1... s-c3 2. S-d3 | // Thanks. I'm also very placed by playing with you. | // | // I will try to make my best effort for being a good | // adversary to you! 2... s-d4 3. S-c4 | // OK. Thanks. I appreciate very much the advice. 3... s-c2 4. S-d2 4... s-b4 5. S-c5 5... s-b5 6. S-d5 6... s-e4 7. S-e3 7... s-e5 8. S-e6 8... s-g7 9. S-f4 9... s-f5 10. S-f6 | // Hi! I understand the rules more or less better now because | // recently review them at the Wikipedia, but I still have the | // doubt of how will we count the points at the end of the | // game? 10... s-g5 11. S-g6 | // All right. Thanks. 11... s-g4 12. S-f3 12... s-g3 13. S-g2 13... s-h2 14. S-h3 14... s-f2 15. S-g1 15... s-d1 16. S-e1 16... s-e2;-d2;-d3;-e3;-f3;-f4 17. S-i2 | // OK. 17... s-c7 18. S-h1;h2- | // Let me feel the pleasure of capturing a stone! 18... s-d6 19. S-h6 || // No, I have no watched none game of Go at the Web. || // || // I did not know that website. I'll visit it rightnow. Sure || // we could try Go there! || // || // I see your next threat. If I make S-c6, you with s-b6 || // would capture 4 stones of mine not 3. If I make S-b6, you || // with s-c6 would capture 3 stones. So I will make || // another move || // and by the way will ask you this question: may I enter || // [place, put] a stone in any of the intersections in || // which you || // previously captured stones of mine? Concretely, may I put a || // stone on, say, d2? 19... s-e8 20. S-d7 | // Thanks. Another question. Who is considered to be the | // 'owner' of the intersections d2, d3, e3, f3 and f4? | // White or | // Black? | // | // Already visited the Dragon Go Server. Certainly it is a | // very nice site. I was watching your game against Yusheng | // Wang. Wow! It's impressive the complexity of said game! | // | // I saw he is a very experienced player. You have one | // prisoner. He has four. Does this mean he has an advantage? 20... s-c6;-c4;-c5;-d5 21. S-d8 | // Great! Then I also have my own territoty: h2. | // | // No matter. You can be sure that the revenge will come soon! | // | // Do you think Yusheng Wang is a strong player? Has he any | // advantage in the game you are playing with him? 21... s-e7 22. S-c8 | // Also i1... OK. | // | // Yes, Go is interesting. I still need to learn more about | // strategies. | // | // Is it possible that a game ends in a draw? If yes, how | // common is it? 22... s-b8 23. S-c9 | // Oh... Well... Thanks. | // | // I feel I need a handicap playing with you! 23... s-b9 24. S-d9 | // Well, let me think about it! | // | // Since when do you play go? 24... s-h7 25. S-i6 25... s-i7 26. S-f7; 26... s-f8 27. S-h5 27... s-h4 28. S-g8 28... s-i4 29. S-b7 29... s-i3 30. S-a8 30... s-e9;-c8;-c9;-d7;-d8;-d9 31. S-h8 31... s-i5;-e6;-f6;-f7;-g6;-h5;-h6;-i6 32. pass 32... pass 33. resignconstants
Array ( )