elixir_igo

v0.1.0

  • Pages
  • Modules

    elixir_igo v0.1.0 Igo.Board View Source

    Link to this section Summary

    Functions

    at_coord(board, coord)
    capture_stones(board, capture_color, coord)
    new(size)
    place_stone(board, color, coord)
    print(board)
    star?(size, arg)
    stone_group_without_liberties(board, coord)
    territory_group_with_dead_stones(board, coord, color, arg)

    Link to this section Functions

    Link to this function at_coord(board, coord) View Source
    Link to this function capture_stones(board, capture_color, coord) View Source
    Link to this function new(size) View Source
    Link to this function place_stone(board, color, coord) View Source
    Link to this function print(board) View Source
    Link to this function star?(size, arg) View Source
    Link to this function stone_group_without_liberties(board, coord) View Source
    Link to this function territory_group_with_dead_stones(board, coord, color, arg) View Source

    Built using ExDoc (v0.18.3), designed by Friedel Ziegelmayer.