Skip to content

Instantly share code, notes, and snippets.

@muzudho
Last active March 2, 2017 00:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muzudho/8e6f8407cab1de02cc220fa9cd33a93e to your computer and use it in GitHub Desktop.
Save muzudho/8e6f8407cab1de02cc220fa9cd33a93e to your computer and use it in GitHub Desktop.
コンピュータ囲碁プログラム CGF碁盤プロトコル ref: http://qiita.com/muzudho1/items/ddf9eb068ecfce8c5ec2
ABCDEFGHJKLMNOPQRST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
init_board[ y * 256 + x ]
kifu[2048][3]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment