Module tic_tac_toe

Source

EnumsΒ§

TicTacToeCreateGameError
Error that may occur while creating a tic-tac-toe game
TicTacToeTryMoveError
Error that may occur while performing a tic-tac-toe move
TicTacToeTryMoveResponse
The response for making a tic-tac-toe move

ConstantsΒ§

CHECK_IN_TIC_TAC_TOE_GAME_SQL πŸ”’
CREATE_DEFAULT_SCORE_TIC_TAC_TOE_SQL πŸ”’
CREATE_TIC_TAC_TOE_GAME_SQL πŸ”’
DELETE_TIC_TAC_TOE_GAME_SQL πŸ”’
GET_TIC_TAC_TOE_GAME_SQL πŸ”’
GET_TIC_TAC_TOE_SCORE_SQL πŸ”’
GET_TOP_TIC_TAC_TOE_SCORES_SQL πŸ”’
INCREMENT_CONCEDES_SCORE_TIC_TAC_TOE_SQL πŸ”’
INCREMENT_LOSSES_SCORE_TIC_TAC_TOE_SQL πŸ”’
INCREMENT_TIES_SCORE_TIC_TAC_TOE_SQL πŸ”’
INCREMENT_WINS_SCORE_TIC_TAC_TOE_SQL πŸ”’
UPDATE_TIC_TAC_TOE_GAME_SQL πŸ”’

FunctionsΒ§

create_user_score_data πŸ”’
Try to make a user’s score data
delete_tic_tac_toe_game πŸ”’
get_tic_tac_toe_game πŸ”’
set_draw_tic_tac_toe_game πŸ”’
Set a tic-tac-toe game as a draw as part of a larger transaction, consuming it.
set_win_tic_tac_toe_game πŸ”’
Set a tic-tac-toe game as a win as part of a larger transaction, consuming it.
update_tic_tac_toe_game πŸ”’