Toggle Sidebar
tic_tac_toe
v1.1.3
Pages
Modules
tic_tac_toe v1.1.3
TicTacToe.Board
View Source
Link to this section
Summary
Functions
build_new_row(board, row_index, column_index, player)
cell_empty?(board, row_index, column_index)
column(board, position)
columns(board)
diagonal(board, int)
diagonals(board)
empty_cells(board)
indexes_from_position(position, board)
insert_into(board, row_index, column_index, player, arg5)
new()
position_from_indexes(arg, board)
receive_move(board, player, position)
row(board, position)
rows(board)
size(board)
triplets(board)
Link to this section
Functions
Link to this function
build_new_row(board, row_index, column_index, player)
View Source
Link to this function
cell_empty?(board, row_index, column_index)
View Source
Link to this function
column(board, position)
View Source
Link to this function
columns(board)
View Source
Link to this function
diagonal(board, int)
View Source
Link to this function
diagonals(board)
View Source
Link to this function
empty_cells(board)
View Source
Link to this function
indexes_from_position(position, board)
View Source
Link to this function
insert_into(board, row_index, column_index, player, arg5)
View Source
Link to this function
new()
View Source
Link to this function
position_from_indexes(arg, board)
View Source
Link to this function
receive_move(board, player, position)
View Source
Link to this function
row(board, position)
View Source
Link to this function
rows(board)
View Source
Link to this function
size(board)
View Source
Link to this function
triplets(board)
View Source