It is currently Tue Apr 16, 2024 11:42 am

All times are UTC - 8 hours [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
Offline
 Post subject: Diagram trouble
Post #1 Posted: Sun Oct 16, 2011 11:10 am 
Oza
User avatar

Posts: 2508
Liked others: 1304
Was liked: 1128
In my Malkovitch game with Loons, we have been posting showing the last two moves. I am however having difficulty in the current postion in which I want to show white 19 and black 20 (a and b respectively)

Click Here To Show Diagram Code
[go]$$Bcm10
$$ +---------------------------------------+
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . O . . . . O . . . . . |
$$ | . . . X . . . . . , . . . . . X . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . X . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . X . . |
$$ | . . . X . . . . . , . . . . . , . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . O X . . b X . . . . . . . . . . . |
$$ | . . . . . . X O . . . . . . . . . . . |
$$ | . . X X X X O a . , . . . . . X . . . |
$$ | . . O O O O . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ +---------------------------------------+[/go]


It would seem that since white plays first and we are starting to count with move 19 that the header should read $$Wcm19. However, below you can see what shows up with that header. I've looked at the documentation here on L19, as well as that on Sensei's Library here, but I haven't been able to figure it out. Could someone please explain what I'm doing wrong and what about my error is causing the diagram to show white 27 and black 28. Thanks.

Click Here To Show Diagram Code
[go]$$Wcm19
$$ +---------------------------------------+
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . O . . . . O . . . . . |
$$ | . . . X . . . . . , . . . . . X . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . X . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . X . . |
$$ | . . . X . . . . . , . . . . . , . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . O X . . 0 X . . . . . . . . . . . |
$$ | . . . . . . X O . . . . . . . . . . . |
$$ | . . X X X X O 9 . , . . . . . X . . . |
$$ | . . O O O O . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ +---------------------------------------+[/go]

_________________
Patience, grasshopper.

Top
 Profile  
 
Offline
 Post subject: Re: Diagram trouble
Post #2 Posted: Sun Oct 16, 2011 11:12 am 
Lives in gote

Posts: 414
Location: Durham, UK
Liked others: 96
Was liked: 15
Rank: KGS 9k
KGS: robinz
It's because, for some reason, you're using 9 and 0 for the 2 moves, rather than 1 and 2. The "m19" in the header means that 1 will show up as 19, 2 as 20, and in general, n as n+18. (And 0 counts as 10 here.)

Top
 Profile  
 
Offline
 Post subject: Re: Diagram trouble
Post #3 Posted: Sun Oct 16, 2011 12:51 pm 
Oza
User avatar

Posts: 2508
Liked others: 1304
Was liked: 1128
Thanks.

_________________
Patience, grasshopper.

Top
 Profile  
 
Offline
 Post subject: Re: Diagram trouble
Post #4 Posted: Sun Oct 16, 2011 12:53 pm 
Honinbo

Posts: 10905
Liked others: 3651
Was liked: 3374
Here are two different ways to achieve the same effect. :)

Click Here To Show Diagram Code
[go]$$Wcm11
$$ +---------------------------------------+
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . O . . . . O . . . . . |
$$ | . . . X . . . . . , . . . . . X . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . X . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . X . . |
$$ | . . . X . . . . . , . . . . . , . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . O X . . 0 X . . . . . . . . . . . |
$$ | . . . . . . X O . . . . . . . . . . . |
$$ | . . X X X X O 9 . , . . . . . X . . . |
$$ | . . O O O O . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ +---------------------------------------+[/go]


Click Here To Show Diagram Code
[go]$$Wcm19
$$ +---------------------------------------+
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . O . . . . O . . . . . |
$$ | . . . X . . . . . , . . . . . X . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . X . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . X . . |
$$ | . . . X . . . . . , . . . . . , . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . O X . . 2 X . . . . . . . . . . . |
$$ | . . . . . . X O . . . . . . . . . . . |
$$ | . . X X X X O 1 . , . . . . . X . . . |
$$ | . . O O O O . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ +---------------------------------------+[/go]


Es claro? :)

_________________
The Adkins Principle:
At some point, doesn't thinking have to go on?
— Winona Adkins

Visualize whirled peas.

Everything with love. Stay safe.

Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 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