yewang
yewang
Thanks for quick replies. I think CC-BY-SA-4.0 should work, but I'm not a lawyer. However, more importantly, based on your expressions above, it seems that both of you intend to...
@atarnowsky, Thanks a lot for setting up that repository! I'll be sure to follow your attribution guidelines when incorporating your images. I plan to just use the files in the...
@atarnowsky, here's my editor using your realistic stones http://yewang.github.io/besogo/testing.html?theme=wood&realstones=on
Does this change work for all of these test cases? `(;C[\];B[aa];W[bb])` Two nodes: comment `];B[aa` in root node, white move in second node `(;C[\\];B[aa];W[bb])` Three nodes: comment `\` in root...
Here are some further test cases that should also be considered: `(;C[\];B[aa];W[bb])` Two nodes: comment `];B[aa` in root node, white move in second node `(;C[\\];B[aa];W[bb])` Three nodes: comment `\` in...
Could you provide an example of how you are encountering this issue? The getStone function is integral to the basic operation of BesoGo. Playing moves, applying the capture rule, and...