It is currently Thu Apr 18, 2024 5:50 pm

All times are UTC - 8 hours [ DST ]




Post new topic Reply to topic  [ 10 posts ] 
Author Message
Offline
 Post subject: Go problem from my game tonight
Post #1 Posted: Mon Jun 29, 2015 9:05 pm 
Dies with sente

Posts: 116
Liked others: 12
Was liked: 31
Rank: KGS 1k
GD Posts: 417
KGS: badukboris
Black to live

'; var displayText = ""; var originalDisplayText = ""; if (myVal.length > 0) { myVal = myVal.replace(/
/g, "%0D%0A"); var lineArray = myVal.split("%0D%0A"); var dollarIndex = lineArray[0].indexOf("$$"); if (dollarIndex >= 0) { var spaceIndex = lineArray[0].indexOf(" ", dollarIndex); if (spaceIndex > 0) { displayText = lineArray[0].substring(spaceIndex); originalDisplayText = displayText; displayText = displayText.replace(/\n/g, "
"); } } if (originalDisplayText != "") { myVal = myVal.replace(originalDisplayText, ""); } myVal = myVal.replace(/\s+/g, '%20'); myVal = myVal.replace(/#+/g, '%23'); myVal = myVal.replace(/&+/g, '%26'); myVal = myVal.replace(/\++/g, '%2B'); myVal = myVal.replace(/\/+/g, '%2F'); myVal = myVal.replace(/'%'+/g, '%25'); myVal = myVal.replace(/:+/g, '%3A'); myVal = myVal.replace(/;+/g, '%3B'); myVal = myVal.replace(/<+/g, '%3C'); myVal = myVal.replace(/>+/g, '%3E'); myVal = myVal.replace(/\?+/g, '%3F'); myVal = myVal.replace(/\'+/g, '%27'); myVal = myVal.replace(/\"+/g, '%22'); } document.write("
\"Go
" + displayText + "
");
Click Here To Show Diagram Code
[go] [/go]

Top
 Profile  
 
Offline
 Post subject: Re: Go problem from my game tonight
Post #2 Posted: Mon Jun 29, 2015 9:30 pm 
Dies with sente

Posts: 116
Liked others: 12
Was liked: 31
Rank: KGS 1k
GD Posts: 417
KGS: badukboris
well escape...

Top
 Profile  
 
Offline
 Post subject: Re: Go problem from my game tonight
Post #3 Posted: Tue Aug 04, 2015 7:55 pm 
Lives in gote

Posts: 319
Liked others: 4
Was liked: 39
Rank: 6k
GD Posts: 25
OGS: phillip1882
o18 looks like the move to me, i don't see how white can kill black after that but i maybe mistaken.

Top
 Profile  
 
Offline
 Post subject: Re: Go problem from my game tonight
Post #4 Posted: Fri Aug 07, 2015 2:33 pm 
Lives in gote

Posts: 422
Liked others: 269
Was liked: 129
KGS: captslow
Online playing schedule: irregular and by appointment
do you also provide solution?

Top
 Profile  
 
Offline
 Post subject: Re: Go problem from my game tonight
Post #5 Posted: Sat Aug 08, 2015 3:02 pm 
Lives in gote
User avatar

Posts: 385
Liked others: 13
Was liked: 24
OGS: Saint Ravitt
Black can't play o18 because white would play p17 and escape.

I don't see a way for black to survive without inferior play from white.

_________________
Thinking like a go player during a game of chess is like bringing a knife to a gun-fight. Thinking like a chess player during a game of go feels like getting knifed while you're holding a gun...

Top
 Profile  
 
Offline
 Post subject: Re: Go problem from my game tonight
Post #6 Posted: Sat Aug 08, 2015 8:50 pm 
Oza
User avatar

Posts: 2401
Location: Tokyo, Japan
Liked others: 2339
Was liked: 1332
Rank: Jp 6 dan
KGS: ez4u
How about the sequence below? All White's responses seem forced to prevent Black making a second eye. Black next connects at 'a' and has broken out. The key point is that there isn't space for a second eye in the corner but there seems to be just enough potential that Black can use to drive White along the way.
Click Here To Show Diagram Code
[go]$$Bc
$$ ---------------------------------------
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . 6 2 O 3 . . . |
$$ | . . . . . . . . . . . O . 5 1 . X X . |
$$ | . . . , . . . . . , . O . X . X 4 O . |
$$ | . . . . . . . . . . . O O O 7 8 0 . . |
$$ | . . . . . . . . . . . . . O a 9 O O . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . , . . . . . , . . . . . , . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . , . . . . . , . . . . . , . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ ---------------------------------------[/go]

_________________
Dave Sigaty
"Short-lived are both the praiser and the praised, and rememberer and the remembered..."
- Marcus Aurelius; Meditations, VIII 21

Top
 Profile  
 
Offline
 Post subject: Re: Go problem from my game tonight
Post #7 Posted: Tue Aug 11, 2015 4:44 am 
Lives in gote
User avatar

Posts: 452
Liked others: 74
Was liked: 100
Rank: 4 Dan European
Dave's reply seems to work.

This also occurred to me:

Click Here To Show Diagram Code
[go]$$Bc
$$ ---------------------------------------
$$ | . . . . . . . . . . . . 9 8 0 . . . . |
$$ | . . . . . . . . . . . . . 3 O a . . . |
$$ | . . . . . . . . . . . O . 5 4 . X X . |
$$ | . . . , . . . . . , . O . X 6 X . O . |
$$ | . . . . . . . . . . . O O O 7 . . . . |
$$ | . . . . . . . . . . . . . O . 1 O O . |
$$ | . . . . . . . . . . . . . . . 2 . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . , . . . . . , . . . . . , . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . , . . . . . , . . . . . , . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ ---------------------------------------[/go]


Next black plays at a, sacrifices some bits and gets a living shape in the corner. White has other replies e.g.

Click Here To Show Diagram Code
[go]$$Bc
$$ ---------------------------------------
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . O . . . . |
$$ | . . . . . . . . . . . O . . . . X X . |
$$ | . . . , . . . . . , . O . X . X . O . |
$$ | . . . . . . . . . . . O O O 2 3 . . . |
$$ | . . . . . . . . . . . . . O 6 1 O O . |
$$ | . . . . . . . . . . . . . . 5 4 . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . , . . . . . , . . . . . , . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . , . . . . . , . . . . . , . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ ---------------------------------------[/go]


Next:
Click Here To Show Diagram Code
[go]$$Bcm7
$$ ---------------------------------------
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . O . . . . |
$$ | . . . . . . . . . . . O . . . . X X . |
$$ | . . . , . . . . . , . O . X . X 7 O 9 |
$$ | . . . . . . . . . . . O O O O X 6 5 8 |
$$ | . . . . . . . . . . . . . O O X O O . |
$$ | . . . . . . . . . . . . . . X O 1 3 . |
$$ | . . . . . . . . . . . . . . . 2 . 4 . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . , . . . . . , . . . . . , . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . , . . . . . , . . . . . , . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ ---------------------------------------[/go]


And black seems to get a ko at least, so Dave's line is cleaner.

Top
 Profile  
 
Offline
 Post subject: Re: Go problem from my game tonight
Post #8 Posted: Tue Aug 11, 2015 8:45 pm 
Oza
User avatar

Posts: 2401
Location: Tokyo, Japan
Liked others: 2339
Was liked: 1332
Rank: Jp 6 dan
KGS: ez4u
drmwc wrote:
Dave's reply seems to work.

This also occurred to me:

Click Here To Show Diagram Code
[go]$$Bc
$$ ---------------------------------------
$$ | . . . . . . . . . . . . 9 8 0 . . . . |
$$ | . . . . . . . . . . . . . 3 O a . . . |
$$ | . . . . . . . . . . . O . 5 4 . X X . |
$$ | . . . , . . . . . , . O . X 6 X . O . |
$$ | . . . . . . . . . . . O O O 7 . . . . |
$$ | . . . . . . . . . . . . . O . 1 O O . |
$$ | . . . . . . . . . . . . . . . 2 . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . , . . . . . , . . . . . , . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . , . . . . . , . . . . . , . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ ---------------------------------------[/go]


Next black plays at a, sacrifices some bits and gets a living shape in the corner...

Doesn't Black just solidly connect and capture 5 White stones 4 liberties to 3? ;-)

_________________
Dave Sigaty
"Short-lived are both the praiser and the praised, and rememberer and the remembered..."
- Marcus Aurelius; Meditations, VIII 21

Top
 Profile  
 
Offline
 Post subject: Re: Go problem from my game tonight
Post #9 Posted: Wed Aug 12, 2015 7:56 am 
Oza

Posts: 2494
Location: DC
Liked others: 157
Was liked: 442
Universal go server handle: skydyr
Online playing schedule: When my wife is out.
ez4u wrote:
drmwc wrote:
Dave's reply seems to work.

This also occurred to me:

Click Here To Show Diagram Code
[go]$$Bc
$$ ---------------------------------------
$$ | . . . . . . . . . . . . 9 8 0 . . . . |
$$ | . . . . . . . . . . . . . 3 O a . . . |
$$ | . . . . . . . . . . . O . 5 4 . X X . |
$$ | . . . , . . . . . , . O . X 6 X . O . |
$$ | . . . . . . . . . . . O O O 7 . . . . |
$$ | . . . . . . . . . . . . . O . 1 O O . |
$$ | . . . . . . . . . . . . . . . 2 . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . , . . . . . , . . . . . , . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . , . . . . . , . . . . . , . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ ---------------------------------------[/go]


Next black plays at a, sacrifices some bits and gets a living shape in the corner...

Doesn't Black just solidly connect and capture 5 White stones 4 liberties to 3? ;-)


Looks a bit like the 19-point trick play to me... Black gets a reasonable number of points in the corner, but white has forcing moves to seal him in painfully. White starts with the point below :b7: and then takes two moves on the left to force black to play inside for the semeai, and white seals black in sente.

Top
 Profile  
 
Offline
 Post subject: Re: Go problem from my game tonight
Post #10 Posted: Wed Aug 12, 2015 9:05 am 
Judan

Posts: 6725
Location: Cambridge, UK
Liked others: 436
Was liked: 3719
Rank: UK 4 dan
KGS: Uberdude 4d
OGS: Uberdude 7d
skydyr wrote:
Looks a bit like the 19-point trick play to me... Black gets a reasonable number of points in the corner, but white has forcing moves to seal him in painfully.


Did you forget that in the 19-point trickplay both sides have played the same number of moves, but in this one white has 6 more stones?

Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 10 posts ] 

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group