TicTacToe (tic_tac_toe v2.0.1) View Source

Public functions for playing the game.

Link to this section Summary

Link to this section Functions

Specs

computer_move(TicTacToe.Game.t()) :: TicTacToe.Game.t()
Link to this function

new_game(game_mode \\ :original)

View Source

Specs

Link to this function

player_move(game, position)

View Source

Specs