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()
Specs
new_game(TicTacToe.Game.mode()) :: TicTacToe.Game.t()
Specs
player_move(TicTacToe.Game.t(), TicTacToe.Board.position()) :: TicTacToe.Game.t()