ttt_core

v0.2.0

  • Pages
  • Modules

    ttt_core v0.2.0 TicTacToe.Rules

    Link to this section Summary

    Functions

    game_is_over?(game)
    game_is_tied?(game)
    game_is_won?(game)
    game_is_won_by?(game, player)
    input_is_numeric?(input)
    input_is_valid?(input, game)
    is_winning_combo?(board, combo, player_marker)
    winning_index_combos(game)

    Link to this section Functions

    Link to this function game_is_over?(game)
    Link to this function game_is_tied?(game)
    Link to this function game_is_won?(game)
    Link to this function game_is_won_by?(game, player)
    Link to this function input_is_numeric?(input)
    Link to this function input_is_valid?(input, game)
    Link to this function is_winning_combo?(board, combo, player_marker)
    Link to this function winning_index_combos(game)

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