ttt_core

v0.2.0

  • Pages
  • Modules

    ttt_core v0.2.0 TicTacToe.Game

    Link to this section Summary

    Functions

    assert_is_over(game)
    new(board, player_1, player_2)
    switch_players(game)
    take_turn(move_index, game)
    update_board(game, move_index)

    Link to this section Functions

    Link to this function assert_is_over(game)
    Link to this function new(board, player_1, player_2)
    Link to this function switch_players(game)
    Link to this function take_turn(move_index, game)
    Link to this function update_board(game, move_index)

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