ttt_core

v0.2.0

  • Pages
  • Modules

    ttt_core v0.2.0 TicTacToe.Board

    Link to this section Summary

    Functions

    available_tile_indices(board)
    columns(board)
    corners(board)
    diagonals(board)
    is_empty?(board)
    is_full?(board)
    new(width \\ 3)
    rows(board)
    tile_index_in_bounds?(board, tile_index)
    tile_is_free?(index, tile_content)
    tile_is_occupied?(index, tile_content)
    update(board, tile_index, player_symbol)

    Link to this section Functions

    Link to this function available_tile_indices(board)
    Link to this function columns(board)
    Link to this function corners(board)
    Link to this function diagonals(board)
    Link to this function is_empty?(board)
    Link to this function is_full?(board)
    Link to this function new(width \\ 3)
    Link to this function rows(board)
    Link to this function tile_index_in_bounds?(board, tile_index)
    Link to this function tile_is_free?(index, tile_content)
    Link to this function tile_is_occupied?(index, tile_content)
    Link to this function update(board, tile_index, player_symbol)

    Built using ExDoc (v0.18.3), designed by Friedel Ziegelmayer for the Elixir programming language.