elixir_igo v0.1.0 Igo View Source

Documentation for Igo.

Link to this section Summary

Functions

Get games from gokifu.com

Start an interaction to play a game. You will be asked for a board size, then the game will begin. You will be prompted for each move. When the game is over, you will be asked to identify each player’s territory, and then it will be counted

Start an interaction to review a game. You will be prompted to enter the file path of an SGF file, and then will be able to navigate through the game file

Link to this section Functions

Get games from gokifu.com.

Examples

iex> Igo.gokifu

Start an interaction to play a game. You will be asked for a board size, then the game will begin. You will be prompted for each move. When the game is over, you will be asked to identify each player’s territory, and then it will be counted.

Examples

iex> Igo.play

Start an interaction to review a game. You will be prompted to enter the file path of an SGF file, and then will be able to navigate through the game file.

Examples

iex> Igo.review